Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181319
b: refs/heads/master
c: 4967bd3
h: refs/heads/master
i:
  181317: c49bb33
  181315: 4d6a94b
  181311: bb53581
v: v3
  • Loading branch information
Stephen M. Cameron authored and James Bottomley committed Feb 17, 2010
1 parent 760ff41 commit 1cdb67a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: b2ed4f79194e06766327ae581b063f8747d94ea9
refs/heads/master: 4967bd3e5caa87da43c251ae32504230259b18c6
3 changes: 1 addition & 2 deletions trunk/drivers/scsi/hpsa.c
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ static int hpsa_scsi_find_entry(struct hpsa_scsi_dev_t *needle,
return DEVICE_NOT_FOUND;
}

static int adjust_hpsa_scsi_table(struct ctlr_info *h, int hostno,
static void adjust_hpsa_scsi_table(struct ctlr_info *h, int hostno,
struct hpsa_scsi_dev_t *sd[], int nsds)
{
/* sd contains scsi3 addresses and devtypes, and inquiry
Expand Down Expand Up @@ -859,7 +859,6 @@ static int adjust_hpsa_scsi_table(struct ctlr_info *h, int hostno,
free_and_out:
kfree(added);
kfree(removed);
return 0;
}

/*
Expand Down

0 comments on commit 1cdb67a

Please sign in to comment.