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 11:09:59 +0000 (13:09 +0200)
commit6437ec272edaf85472b277c877857342da489e8c
treec29ae6f2d8528e0165ea5c008dc8c5c74326c279
parent814f7fe56ebb210cbcf5f2ea52135d14cdc63fd1
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