Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 299101
b: refs/heads/master
c: b5bd70a
h: refs/heads/master
i:
  299099: 94c202b
v: v3
  • Loading branch information
wwang authored and Greg Kroah-Hartman committed Apr 10, 2012
1 parent b7ffee7 commit 38c9f5b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0d05568ac79bfc595f1eadc3e0fd7a20a45f7b69
refs/heads/master: b5bd70a162492a76ee49065605ca15d484bb623a
5 changes: 5 additions & 0 deletions trunk/drivers/staging/rts_pstor/rtsx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1000,6 +1000,11 @@ static int __devinit rtsx_probe(struct pci_dev *pci,

rtsx_init_chip(dev->chip);

/* set the supported max_lun and max_id for the scsi host
* NOTE: the minimal value of max_id is 1 */
host->max_id = 1;
host->max_lun = dev->chip->max_lun;

/* Start up our control thread */
th = kthread_run(rtsx_control_thread, dev, CR_DRIVER_NAME);
if (IS_ERR(th)) {
Expand Down

0 comments on commit 38c9f5b

Please sign in to comment.