Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
media: adv7511-v4l2: fix compile error
This patch fixes compile error as below:
drivers/media/i2c/adv7511-v4l2.c:416:9: error: ‘return’ with a value, in function returning void [-Werror=return-type]
416 | return 0;
| ^
Signed-off-by: Quanyang Wang <quanyang.wang@windriver.com>- Loading branch information