Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204069
b: refs/heads/master
c: 873f339
h: refs/heads/master
i:
  204067: 00e3467
v: v3
  • Loading branch information
Stephen M. Cameron authored and James Bottomley committed Jul 27, 2010
1 parent 94508dd commit 0f882c7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 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: 6c311b5725b9500bdd0f527cd97496b11999fbbd
refs/heads/master: 873f339fc53750c1e715f5e1d2dfdb9869b7ea3f
6 changes: 0 additions & 6 deletions trunk/drivers/scsi/hpsa.c
Original file line number Diff line number Diff line change
Expand Up @@ -1440,12 +1440,6 @@ static int hpsa_update_device_info(struct ctlr_info *h,
goto bail_out;
}

/* As a side effect, record the firmware version number
* if we happen to be talking to the RAID controller.
*/
if (is_hba_lunid(scsi3addr))
memcpy(h->firm_ver, &inq_buff[32], 4);

this_device->devtype = (inq_buff[0] & 0x1f);
memcpy(this_device->scsi3addr, scsi3addr, 8);
memcpy(this_device->vendor, &inq_buff[8],
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/scsi/hpsa.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ struct ctlr_info {
int ctlr;
char devname[8];
char *product_name;
char firm_ver[4]; /* Firmware version */
struct pci_dev *pdev;
u32 board_id;
void __iomem *vaddr;
Expand Down

0 comments on commit 0f882c7

Please sign in to comment.