Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44614
b: refs/heads/master
c: e42734e
h: refs/heads/master
v: v3
  • Loading branch information
Stefan Bader authored and Martin Schwidefsky committed Dec 15, 2006
1 parent 5f4a4c9 commit 358c54b
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: da1cf23efe0c067ef95e4702b386e6e1baab10c7
refs/heads/master: e42734e270b9e5ada83188d73b733533ce11ee4a
3 changes: 2 additions & 1 deletion trunk/drivers/s390/cio/css.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,14 +139,15 @@ css_register_subchannel(struct subchannel *sch)
sch->dev.release = &css_subchannel_release;
sch->dev.groups = subch_attr_groups;

css_get_ssd_info(sch);

/* make it known to the system */
ret = css_sch_device_register(sch);
if (ret) {
printk (KERN_WARNING "%s: could not register %s\n",
__func__, sch->dev.bus_id);
return ret;
}
css_get_ssd_info(sch);
return ret;
}

Expand Down

0 comments on commit 358c54b

Please sign in to comment.