Skip to content
Commit 2472934e authored by Colin Ian King's avatar Colin Ian King Committed by Chanwoo Choi
Browse files

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: default avatarColin Ian King <colin.i.king@gmail.com>
Signed-off-by: default avatarChanwoo Choi <cw00.choi@samsung.com>
parent c9deb748
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment