PM / devfreq: passive: fix compiler warning
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Mon, 26 Aug 2019 12:37:37 +0000 (21:37 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 5 Oct 2019 10:30:29 +0000 (12:30 +0200)
commitb17539c5b6f2f89823813610956a991ef72ad579
tree3126e8f4c668240484ced06eef960e3c3e2b6639
parent0da8a26b097c3c58f75b56fd722fac4361887876
PM / devfreq: passive: fix compiler warning

[ Upstream commit 0465814831a926ce2f83e8f606d067d86745234e ]

The recent commit of
PM / devfreq: passive: Use non-devm notifiers
had incurred compiler warning, "unused variable 'dev'".

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/devfreq/governor_passive.c