Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 343856
b: refs/heads/master
c: d3e4ea0
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Oct 28, 2012
1 parent be52e04 commit 56e5635
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 03ad9fe4ce2881995b63e58a5518f6b8ff044e94
refs/heads/master: d3e4ea017a414a19ab11a10b52e80a0c8b3f1670
2 changes: 1 addition & 1 deletion trunk/drivers/media/usb/em28xx/em28xx-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -3306,7 +3306,7 @@ static int em28xx_usb_probe(struct usb_interface *interface,

dev->num_alt = interface->num_altsetting;

if ((card[nr] >= 0) && (card[nr] < em28xx_bcount))
if ((unsigned)card[nr] < em28xx_bcount)
dev->model = card[nr];

/* save our data pointer in this interface device */
Expand Down

0 comments on commit 56e5635

Please sign in to comment.