diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/isdn/gigaset/proc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/isdn/gigaset/proc.c b/drivers/isdn/gigaset/proc.c index 9ae3a7f3e7b3..9ad840e95dbe 100644 --- a/drivers/isdn/gigaset/proc.c +++ b/drivers/isdn/gigaset/proc.c | |||
@@ -83,5 +83,6 @@ void gigaset_init_dev_sysfs(struct cardstate *cs) | |||
83 | return; | 83 | return; |
84 | 84 | ||
85 | gig_dbg(DEBUG_INIT, "setting up sysfs"); | 85 | gig_dbg(DEBUG_INIT, "setting up sysfs"); |
86 | class_device_create_file(cs->class, &class_device_attr_cidmode); | 86 | if (class_device_create_file(cs->class, &class_device_attr_cidmode)) |
87 | dev_err(cs->dev, "could not create sysfs attribute\n"); | ||
87 | } | 88 | } |