PM / devfreq: imx-bus: use NULL to pass a null pointer rather than zero
authorColin Ian King <colin.i.king@gmail.com>
Thu, 23 Jun 2022 18:00:54 +0000 (19:00 +0100)
committerChanwoo Choi <cw00.choi@samsung.com>
Fri, 15 Jul 2022 02:40:08 +0000 (11:40 +0900)
commit2472934e36b51bbdf0a7cdd5e351910d9002c6ac
tree3a9308358ba289977138a1b2b04a9f608d696a12
parentc9deb748683851737c5e4df623c3283c185cd8f0
PM / devfreq: imx-bus: use NULL to pass a null pointer rather than zero

The 3rd argument to the function of_get_property is a pointer and it is
being passed using 0. Use NULL instead.

Cleans up sparse warning:
warning: Using plain integer as NULL pointer

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
drivers/devfreq/imx-bus.c