V4L/DVB (9905): v4l2-compat32: add missing newline after kernel message
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
69373f6a9c
commit
7d4f0b8153
1 changed files with 2 additions and 0 deletions
|
@ -913,6 +913,8 @@ long v4l_compat_ioctl32(struct file *file, unsigned int cmd, unsigned long arg)
|
||||||
#endif
|
#endif
|
||||||
default:
|
default:
|
||||||
v4l_print_ioctl("compat_ioctl32", cmd);
|
v4l_print_ioctl("compat_ioctl32", cmd);
|
||||||
|
printk(KERN_CONT "\n");
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue