diff options
-rw-r--r-- | drivers/char/bsr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/bsr.c b/drivers/char/bsr.c index 8fedbc250414..a6cef548e01e 100644 --- a/drivers/char/bsr.c +++ b/drivers/char/bsr.c | |||
@@ -259,7 +259,7 @@ static int bsr_add_node(struct device_node *bn) | |||
259 | } | 259 | } |
260 | 260 | ||
261 | cur->bsr_device = device_create(bsr_class, NULL, cur->bsr_dev, | 261 | cur->bsr_device = device_create(bsr_class, NULL, cur->bsr_dev, |
262 | cur, cur->bsr_name); | 262 | cur, "%s", cur->bsr_name); |
263 | if (IS_ERR(cur->bsr_device)) { | 263 | if (IS_ERR(cur->bsr_device)) { |
264 | printk(KERN_ERR "device_create failed for %s\n", | 264 | printk(KERN_ERR "device_create failed for %s\n", |
265 | cur->bsr_name); | 265 | cur->bsr_name); |