summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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