Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 104735
b: refs/heads/master
c: 9def0b9
h: refs/heads/master
i:
  104733: 991243a
  104731: c40a264
  104727: 728eb5b
  104719: b540b10
  104703: 070bae3
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Jul 22, 2008
1 parent ebfc1d5 commit 2623712
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: 05675de250c4efcefbd488e6a556639b63898af8
refs/heads/master: 9def0b9761ee096c3c539b427dfb1e52b373cdad
4 changes: 2 additions & 2 deletions trunk/drivers/scsi/dpt_i2o.c
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,8 @@ static int adpt_detect(struct scsi_host_template* sht)
pHba->initialized = TRUE;
pHba->state &= ~DPTI_STATE_RESET;
if (adpt_sysfs_class) {
struct device *dev = device_create(adpt_sysfs_class,
NULL, MKDEV(DPTI_I2O_MAJOR, pHba->unit),
struct device *dev = device_create_drvdata(adpt_sysfs_class,
NULL, MKDEV(DPTI_I2O_MAJOR, pHba->unit), NULL,
"dpti%d", pHba->unit);
if (IS_ERR(dev)) {
printk(KERN_WARNING"dpti%d: unable to "
Expand Down

0 comments on commit 2623712

Please sign in to comment.