diff options
-rw-r--r-- | drivers/video/mmp/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/mmp/core.c b/drivers/video/mmp/core.c index c8d426541612..b563b920f159 100644 --- a/drivers/video/mmp/core.c +++ b/drivers/video/mmp/core.c @@ -30,7 +30,7 @@ static struct mmp_overlay *path_get_overlay(struct mmp_path *path, { if (path && overlay_id < path->overlay_num) return &path->overlays[overlay_id]; - return 0; + return NULL; } static int path_check_status(struct mmp_path *path) |