linux/drivers/media/usb/msi2500
Mauro Carvalho Chehab ad7b8c0227 [media] msi2500: simplify boolean tests
Instead of using if (foo == false), just use
if (!foo).

That allows a faster mental parsing when analyzing the
code.

Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
2014-09-03 17:59:23 -03:00
..
Kconfig
Makefile
msi2500.c [media] msi2500: simplify boolean tests 2014-09-03 17:59:23 -03:00