On Thu, Feb 14, 2019 at 02:24:00PM +0100, Linus Walleij wrote:
From: Rafał Miłecki rafal@milecki.pl
commit 854826c9d526fd81077742c3b000e3f7fcaef3ce upstream.
Values of these fields are set during init and never modified. They are used (read) in a single function only. There isn't really any reason to keep them in a struct. It only makes struct just a bit bigger without any visible gain.
Signed-off-by: Rafał Miłecki rafal@milecki.pl Reviewed-by: Boris Brezillon boris.brezillon@free-electrons.com Signed-off-by: Richard Weinberger richard@nod.at Signed-off-by: Linus Walleij linus.walleij@linaro.org
This one is a cleanup, why is it needed in -stable?
-- Thanks, Sasha