Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276547
b: refs/heads/master
c: b439e66
h: refs/heads/master
i:
  276545: 018a6c8
  276543: c946ee4
v: v3
  • Loading branch information
Alexandre Bounine authored and Linus Torvalds committed Dec 9, 2011
1 parent 0e7b53d commit bc3bf38
Show file tree
Hide file tree
Showing 2 changed files with 3 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: ceb96398127f3388cb5815b2ab550196e2be5d68
refs/heads/master: b439e66f04bff6476c5d4bae6a52ab93fbb9a8f4
4 changes: 2 additions & 2 deletions trunk/drivers/rapidio/devices/tsi721.c
Original file line number Diff line number Diff line change
Expand Up @@ -2107,8 +2107,8 @@ static int __devinit tsi721_setup_mport(struct tsi721_device *priv)
INIT_LIST_HEAD(&mport->dbells);

rio_init_dbell_res(&mport->riores[RIO_DOORBELL_RESOURCE], 0, 0xffff);
rio_init_mbox_res(&mport->riores[RIO_INB_MBOX_RESOURCE], 0, 0);
rio_init_mbox_res(&mport->riores[RIO_OUTB_MBOX_RESOURCE], 0, 0);
rio_init_mbox_res(&mport->riores[RIO_INB_MBOX_RESOURCE], 0, 3);
rio_init_mbox_res(&mport->riores[RIO_OUTB_MBOX_RESOURCE], 0, 3);
strcpy(mport->name, "Tsi721 mport");

/* Hook up interrupt handler */
Expand Down

0 comments on commit bc3bf38

Please sign in to comment.