Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 21733
b: refs/heads/master
c: 1947884
h: refs/heads/master
i:
  21731: 497f9d7
v: v3
  • Loading branch information
Mauro Carvalho Chehab authored and Linus Torvalds committed Mar 21, 2006
1 parent 90fc186 commit 4126d38
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: 5e5890e16ea917ad489a7778f51631bdb14523a2
refs/heads/master: 19478843e4f8af7de9b297876519ee8b98c2f5ad
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/em28xx/em28xx-video.c
Original file line number Diff line number Diff line change
Expand Up @@ -1949,7 +1949,7 @@ static int em28xx_usb_probe(struct usb_interface *interface,

model=id->driver_info;

if (nr > EM28XX_MAXBOARDS) {
if (nr >= EM28XX_MAXBOARDS) {
printk (DRIVER_NAME ": Supports only %i em28xx boards.\n",EM28XX_MAXBOARDS);
em28xx_devused&=~(1<<nr);
return -ENOMEM;
Expand Down

0 comments on commit 4126d38

Please sign in to comment.