Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181292
b: refs/heads/master
c: d0e2ddf
h: refs/heads/master
v: v3
  • Loading branch information
Dmitry Torokhov authored and James Bottomley committed Feb 9, 2010
1 parent 3428aba commit 3d79751
Show file tree
Hide file tree
Showing 2 changed files with 3 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: fa4698fcf59c3bd01c171e5e558bae9e8eb396f1
refs/heads/master: d0e2ddff7c4b493acff50a9000564b67cbe7d676
3 changes: 2 additions & 1 deletion trunk/drivers/scsi/vmw_pvscsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1069,7 +1069,8 @@ static void pvscsi_free_sgls(const struct pvscsi_adapter *adapter)
free_pages((unsigned long)ctx->sgl, get_order(SGL_SIZE));
}

static int pvscsi_setup_msix(const struct pvscsi_adapter *adapter, int *irq)
static int pvscsi_setup_msix(const struct pvscsi_adapter *adapter,
unsigned int *irq)
{
struct msix_entry entry = { 0, PVSCSI_VECTOR_COMPLETION };
int ret;
Expand Down

0 comments on commit 3d79751

Please sign in to comment.