Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177946
b: refs/heads/master
c: f8c9abe
h: refs/heads/master
v: v3
  • Loading branch information
Anil Veerabhadrappa authored and James Bottomley committed Dec 10, 2009
1 parent eb80957 commit 94a7d9e
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: 5d9e1fa99c2a9a5977f5757f4e0fd02697c995c2
refs/heads/master: f8c9abe797c54e798b4025b54d71e5d2054c929a
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/bnx2i/bnx2i_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ static int __init bnx2i_mod_init(void)

printk(KERN_INFO "%s", version);

if (!is_power_of_2(sq_size))
if (sq_size && !is_power_of_2(sq_size))
sq_size = roundup_pow_of_two(sq_size);

mutex_init(&bnx2i_dev_lock);
Expand Down

0 comments on commit 94a7d9e

Please sign in to comment.