Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 343849
b: refs/heads/master
c: 83fa235
h: refs/heads/master
i:
  343847: 1ef9f16
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Oct 28, 2012
1 parent de54678 commit 5488ad9
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: 3eeba4a796ac7e04404ef12d41520fafb7e07588
refs/heads/master: 83fa235b72cf8b6075032a764e61adf11498006b
2 changes: 1 addition & 1 deletion trunk/drivers/media/pci/meye/meye.c
Original file line number Diff line number Diff line change
Expand Up @@ -1945,7 +1945,7 @@ static struct pci_driver meye_driver = {
static int __init meye_init(void)
{
gbuffers = max(2, min((int)gbuffers, MEYE_MAX_BUFNBRS));
if (gbufsize < 0 || gbufsize > MEYE_MAX_BUFSIZE)
if (gbufsize > MEYE_MAX_BUFSIZE)
gbufsize = MEYE_MAX_BUFSIZE;
gbufsize = PAGE_ALIGN(gbufsize);
printk(KERN_INFO "meye: using %d buffers with %dk (%dk total) "
Expand Down

0 comments on commit 5488ad9

Please sign in to comment.