android_kernel_xiaomi_sm8350/drivers/media
Julia Lawall f78729b40a V4L/DVB: drivers/media/dvb/siano: Remove double test
The same expression is tested twice and the result is the same each time.

The sematic match that finds this problem is as follows:
(http://coccinelle.lip6.fr/)

// <smpl>
@expression@
expression E;
@@

(
* E
  || ... || E
|
* E
  && ... && E
)
// </smpl>

Signed-off-by: Julia Lawall <julia@diku.dk>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2010-10-21 01:04:53 -02:00
..
common V4L/DVB: drivers/media: Make static data tables and strings const 2010-10-21 01:04:52 -02:00
dvb V4L/DVB: drivers/media/dvb/siano: Remove double test 2010-10-21 01:04:53 -02:00
IR V4L/DVB: IR/streamzap: functional in-kernel decoding 2010-10-21 01:04:47 -02:00
radio V4L/DVB: v4l: radio: si470x: fix unneeded free_irq() call 2010-09-30 07:22:41 -03:00
video V4L/DVB: drivers/media/video/em28xx: Remove potential NULL dereference 2010-10-21 01:04:53 -02:00
Kconfig
Makefile