summaryrefslogtreecommitdiff
path: root/drivers/dahdi/xpp/xbus-sysfs.c
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2008-12-11 18:57:14 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2008-12-11 18:57:14 +0000
commit7c7db41591c62e7434eb5fac1f2f3b3eb783295a (patch)
tree08238f42cfe1a29cc848f1618633e441cb84d6d9 /drivers/dahdi/xpp/xbus-sysfs.c
parentfadd15977aa836c2eda803796e4ff49a59e898b4 (diff)
Fix the xpp OLD_HOTPLUG fix.
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@5492 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/xpp/xbus-sysfs.c')
-rw-r--r--drivers/dahdi/xpp/xbus-sysfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dahdi/xpp/xbus-sysfs.c b/drivers/dahdi/xpp/xbus-sysfs.c
index 6be7c7d..81b1cf8 100644
--- a/drivers/dahdi/xpp/xbus-sysfs.c
+++ b/drivers/dahdi/xpp/xbus-sysfs.c
@@ -320,7 +320,7 @@ void astribank_uevent_send(xbus_t *xbus, enum kobject_action act)
xbus->astribank.bus_id, act);
#ifdef OLD_HOTPLUG_SUPPORT
- kobject_hotplug(str[act], kobj);
+ kobject_hotplug(kobj, act);
#else
kobject_uevent(kobj, act);
#endif