public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* drivers: Probable misuses of ||
@ 2012-04-04 23:00 Joe Perches
  2012-05-04 21:54 ` Joe Perches
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Joe Perches @ 2012-04-04 23:00 UTC (permalink / raw)
  To: Andrew Morton, linux-kernel; +Cc: James E.J. Bottomley, Mauro Carvalho Chehab

Likely these should be && not ||

drivers/scsi/FlashPoint.c:				if(bit_cnt != 0 || bit_cnt != 8)
drivers/media/dvb/dvb-usb/it913x.c:		if (ret == 0 || ret != -EBUSY || ret != -ETIMEDOUT)
drivers/media/dvb/dvb-usb/it913x.c:		if (ret == 0 || ret != -EBUSY || ret != -ETIMEDOUT)
drivers/media/rc/fintek-cir.c:	if ((chip != 0x0408) || (chip != 0x0804))



^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2012-05-07 16:34 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-04 23:00 drivers: Probable misuses of || Joe Perches
2012-05-04 21:54 ` Joe Perches
2012-05-04 22:02   ` Mark Brown
2012-05-04 22:09     ` Joe Perches
2012-05-04 22:13       ` Mark Brown
2012-05-05 16:00         ` Guenter Roeck
2012-05-07  8:36           ` Mark Brown
2012-05-07 16:20             ` Joe Perches
2012-05-07 16:34               ` Mark Brown
2012-05-04 22:56   ` Alan Cox
2012-05-04 23:13     ` Joe Perches
2012-05-04 22:45 ` richard -rw- weinberger
2012-05-07 10:45 ` Mauro Carvalho Chehab
2012-05-07 15:22   ` [PATCH] re: drivers: Probable misuses of || - it913x.c Malcolm Priestley
2012-05-07 11:04 ` drivers: Probable misuses of || Mauro Carvalho Chehab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox