Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 265158
b: refs/heads/master
c: 8d7e7ff
h: refs/heads/master
v: v3
  • Loading branch information
Rasesh Mody authored and David S. Miller committed Aug 1, 2011
1 parent 6f12c33 commit 4a9a558
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 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: 89b0212697e92bc59a021a2338cd8c09f919325c
refs/heads/master: 8d7e7ff7359507a37d30d1a54aec4c42f4afb561
12 changes: 0 additions & 12 deletions trunk/drivers/net/bna/bfa_ioc_ct.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,6 @@ bfa_ioc_ct_firmware_lock(struct bfa_ioc *ioc)
u32 usecnt;
struct bfi_ioc_image_hdr fwhdr;

/**
* Firmware match check is relevant only for CNA.
*/
if (!ioc->cna)
return true;

/**
* If bios boot (flash based) -- do not increment usage count
*/
Expand Down Expand Up @@ -139,12 +133,6 @@ bfa_ioc_ct_firmware_unlock(struct bfa_ioc *ioc)
{
u32 usecnt;

/**
* Firmware lock is relevant only for CNA.
*/
if (!ioc->cna)
return;

/**
* If bios boot (flash based) -- do not decrement usage count
*/
Expand Down

0 comments on commit 4a9a558

Please sign in to comment.