summary refs log tree commit diff
path: root/drivers/usb/gadget/net2272.h
diff options
context:
space:
mode:
authorMalcolm Priestley <tvboxspy@gmail.com>2012-05-07 11:22:52 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-05-15 08:17:41 -0300
commit9ab494b010e1b4c4693afa297ffbcf0f09bb9063 (patch)
treeb18e7a2186751874001884eb831f6243f7d4f7ac /drivers/usb/gadget/net2272.h
parent0550b29464f1d43a690198a6a8e984ae788ba9fa (diff)
downloadlinux-9ab494b010e1b4c4693afa297ffbcf0f09bb9063.tar.gz
[media] it913x.: Fix a misuse of ||
On Mon, 2012-05-07 at 07:45 -0300, Mauro Carvalho Chehab wrote:
> Malcolm,
>
> Em 04-04-2012 20:00, Joe Perches escreveu:
> > 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)
>
> Could you please take a look on the above?

Hmm... yes, thanks, also a bug.

Just check for -EBUSY && -ETIMEDOUT

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/usb/gadget/net2272.h')
0 files changed, 0 insertions, 0 deletions