Commit 4808433a authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds

[PATCH] dv1394 devfs missing brace

parent 2cb925b2
...@@ -2579,7 +2579,7 @@ static int dv1394_devfs_add_entry(struct video_card *video) ...@@ -2579,7 +2579,7 @@ static int dv1394_devfs_add_entry(struct video_card *video)
static int dv1394_devfs_add_dir(char *name) static int dv1394_devfs_add_dir(char *name)
{ {
if (!devfs_mk_dir(NULL, name, NULL)) if (!devfs_mk_dir(NULL, name, NULL)) {
printk(KERN_ERR "dv1394: unable to create /dev/%s\n", name); printk(KERN_ERR "dv1394: unable to create /dev/%s\n", name);
return -ENOMEM; return -ENOMEM;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment