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 msi2500: move msi3101 out of staging and rename 2014-07-21 23:15:12 -03:00
Makefile msi2500: move msi3101 out of staging and rename 2014-07-21 23:15:12 -03:00
msi2500.c [media] msi2500: simplify boolean tests 2014-09-03 17:59:23 -03:00