Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181290
b: refs/heads/master
c: d44a6d2
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and James Bottomley committed Feb 9, 2010
1 parent 740bcfd commit 394161e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 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: a3babda5b3b60b5d28dbab127b1ecc8ba707b6e7
refs/heads/master: d44a6d2bbffd9e5c87f0a78cbe9c089e21289162
7 changes: 1 addition & 6 deletions trunk/drivers/scsi/lpfc/lpfc_ct.c
Original file line number Diff line number Diff line change
Expand Up @@ -1843,12 +1843,7 @@ lpfc_decode_firmware_rev(struct lpfc_hba *phba, char *fwrevision, int flag)
c = (rev & 0x0000ff00) >> 8;
b4 = (rev & 0x000000ff);

if (flag)
sprintf(fwrevision, "%d.%d%d%c%d ", b1,
b2, b3, c, b4);
else
sprintf(fwrevision, "%d.%d%d%c%d ", b1,
b2, b3, c, b4);
sprintf(fwrevision, "%d.%d%d%c%d", b1, b2, b3, c, b4);
}
return;
}

0 comments on commit 394161e

Please sign in to comment.