diff options
| author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-10-21 15:55:52 +0300 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-10-21 17:09:23 +0300 |
| commit | 487a4c51c1e99ea1949520af565c0d29bf3164f6 (patch) | |
| tree | b834d812c353bb309272cb1985ff7f41f06c5ea1 /include/uapi/linux | |
| parent | 590577a4e5257ac3ed72999a94666ad6ba8f24bc (diff) | |
| download | linux-487a4c51c1e99ea1949520af565c0d29bf3164f6.tar.xz | |
[media] mtk-vcodec: fix some smatch warnings
Fix this bug:
drivers/media/platform/mtk-vcodec/vdec_drv_if.c:38 vdec_if_init() info: ignoring unreachable code.
With is indeed a real problem that prevents the driver to work!
While here, also remove an used var, as reported by smatch:
drivers/media/platform/mtk-vcodec/mtk_vcodec_dec_pm.c: In function 'mtk_vcodec_init_dec_pm':
drivers/media/platform/mtk-vcodec/mtk_vcodec_dec_pm.c:29:17: warning: variable 'dev' set but not used [-Wunused-but-set-variable]
struct device *dev;
^~~
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'include/uapi/linux')
0 files changed, 0 insertions, 0 deletions
