PM / devfreq: rockchip-dfi: use consistent name for private data struct
authorSascha Hauer <s.hauer@pengutronix.de>
Tue, 4 Jul 2023 09:32:19 +0000 (11:32 +0200)
committerChanwoo Choi <cw00.choi@samsung.com>
Sun, 8 Oct 2023 22:28:50 +0000 (07:28 +0900)
commit9325b3ec923ee42799879cb4d4c5aaffa49e7829
treede9ed5f4d0f604cf0eb8a4d2a153344b9d744062
parentbbf479005436d5e33eea25e077bb724358fe8848
PM / devfreq: rockchip-dfi: use consistent name for private data struct

The variable name for the private data struct is 'info' in some
functions and 'data' in others. Both names do not give a clue what
type the variable has, so consistently use 'dfi'.

Link: https://lore.kernel.org/lkml/20230704093242.583575-4-s.hauer@pengutronix.de/
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
drivers/devfreq/event/rockchip-dfi.c