aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi/ipmi_si_intf.c
diff options
context:
space:
mode:
authorCorey Minyard <minyard@acm.org>2006-12-06 23:40:59 -0500
committerLinus Torvalds <torvalds@woody.osdl.org>2006-12-07 11:39:47 -0500
commit759643b874907e76ae81e34df62f41ab6683f5c2 (patch)
treecdbe93ef9d246e162e9dcb496266693551989e45 /drivers/char/ipmi/ipmi_si_intf.c
parentbca0324d09e413ee089f44cc71263ae1fc582b35 (diff)
[PATCH] IPMI: pass sysfs name from lower level driver
Pass in the sysfs name from the lower-level IPMI driver, as the coming IPMI serial driver will need that to link properly from the serial device sysfs directory. Signed-off-by: Corey Minyard <minyard@acm.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/char/ipmi/ipmi_si_intf.c')
-rw-r--r--drivers/char/ipmi/ipmi_si_intf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/char/ipmi/ipmi_si_intf.c b/drivers/char/ipmi/ipmi_si_intf.c
index bb1fac104fda..89cdb928061c 100644
--- a/drivers/char/ipmi/ipmi_si_intf.c
+++ b/drivers/char/ipmi/ipmi_si_intf.c
@@ -2362,6 +2362,7 @@ static int try_smi_init(struct smi_info *new_smi)
2362 new_smi, 2362 new_smi,
2363 &new_smi->device_id, 2363 &new_smi->device_id,
2364 new_smi->dev, 2364 new_smi->dev,
2365 "bmc",
2365 new_smi->slave_addr); 2366 new_smi->slave_addr);
2366 if (rv) { 2367 if (rv) {
2367 printk(KERN_ERR 2368 printk(KERN_ERR