Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 214575
b: refs/heads/master
c: 0746556
h: refs/heads/master
i:
  214573: 616633c
  214571: 4485cd2
  214567: d4f6dae
  214559: ad271eb
v: v3
  • Loading branch information
Dan Carpenter authored and David S. Miller committed Sep 19, 2010
1 parent 370d72e commit 5b8f942
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: 8f8f103d8466e627ecef7894248eb79407d9047c
refs/heads/master: 0746556beab1a57f1afb5c9d6f393d98528ce682
2 changes: 1 addition & 1 deletion trunk/drivers/net/bna/bfa_ioc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1514,7 +1514,7 @@ bfa_nw_ioc_mbox_isr(struct bfa_ioc *ioc)
return;
}

if ((mc > BFI_MC_MAX) || (mod->mbhdlr[mc].cbfn == NULL))
if ((mc >= BFI_MC_MAX) || (mod->mbhdlr[mc].cbfn == NULL))
return;

mod->mbhdlr[mc].cbfn(mod->mbhdlr[mc].cbarg, &m);
Expand Down

0 comments on commit 5b8f942

Please sign in to comment.