aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/parisc
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/parisc')
-rw-r--r--drivers/parisc/pdc_stable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/parisc/pdc_stable.c b/drivers/parisc/pdc_stable.c
index 444483405abf..ef1a353e5540 100644
--- a/drivers/parisc/pdc_stable.c
+++ b/drivers/parisc/pdc_stable.c
@@ -1059,7 +1059,7 @@ pdc_stable_init(void)
1059 pdcs_osid = (u16)(result >> 16); 1059 pdcs_osid = (u16)(result >> 16);
1060 1060
1061 /* For now we'll register the stable kset within this driver */ 1061 /* For now we'll register the stable kset within this driver */
1062 stable_kset = kset_create_and_add("stable", NULL, &firmware_kset->kobj); 1062 stable_kset = kset_create_and_add("stable", NULL, firmware_kobj);
1063 if (!stable_kset) { 1063 if (!stable_kset) {
1064 rc = -ENOMEM; 1064 rc = -ENOMEM;
1065 goto fail_firmreg; 1065 goto fail_firmreg;