diff options
author | kbuild test robot <fengguang.wu@intel.com> | 2018-07-31 13:06:58 +0200 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> | 2018-07-31 13:06:58 +0200 |
commit | 6e7f3997bd546c3b36bc7f9ecee0d54dac22a2b3 (patch) | |
tree | 119cd9f42877b7b125c8b8b1a3cba5b3652e30f1 /lib | |
parent | fbdev: omap2: omapfb: fix boolreturn.cocci warnings (diff) | |
download | linux-6e7f3997bd546c3b36bc7f9ecee0d54dac22a2b3.tar.xz linux-6e7f3997bd546c3b36bc7f9ecee0d54dac22a2b3.zip |
fbdev: omap2: omapfb: fix bugon.cocci warnings
drivers/video/fbdev/omap2/omapfb/dss/dss_features.c:895:2-5: WARNING: Use BUG_ON instead of if condition followed by BUG.
Please make sure the condition has no side effects (see conditional BUG_ON definition in include/asm-generic/bug.h)
Use BUG_ON instead of a if condition followed by BUG.
Semantic patch information:
This makes an effort to find cases where BUG() follows an if
condition on an expression and replaces the if condition and BUG()
with a BUG_ON having the conditional expression of the if statement
as argument.
Generated by: scripts/coccinelle/misc/bugon.cocci
Fixes: 7378f1149884 ("media: omap2: omapfb: allow building it with COMPILE_TEST")
Signed-off-by: kbuild test robot <fengguang.wu@intel.com>
Cc: Mauro Carvalho Chehab <m.chehab@samsung.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions