diff options
| author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-10-21 16:56:43 +0300 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-10-21 17:09:41 +0300 |
| commit | 004b93b9e9a7d9e8590de8c864b909ca363deba5 (patch) | |
| tree | 78f5e47c10c34d4bb006eac6858022b2427210b1 /include/linux/stackprotector.h | |
| parent | 989b292a448f8f0ae0f8d74562ac9c210ec0f795 (diff) | |
| download | linux-004b93b9e9a7d9e8590de8c864b909ca363deba5.tar.xz | |
[media] mtk-mdp: fix compilation warnings if !DEBUG
The mtk_mdp_dbg() is empty if !DEBUG. This causes the following
warnings:
drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c: In function ‘mtk_mdp_try_fmt_mplane’:
drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c:231:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
org_w, org_h, pix_mp->width, pix_mp->height);
^
drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c: In function ‘mtk_mdp_m2m_start_streaming’:
drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c:414:21: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
ctx->id, ret);
^
With could actually make the code to do something wrong. So,
add an empty block to make it be parsed ok.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'include/linux/stackprotector.h')
0 files changed, 0 insertions, 0 deletions
