[PATCH] video1394: fix "return E;" typo
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Cc: Ben Collins <bcollins@debian.org> Cc: Jody McIntyre <scjody@modernduck.com> Cc: Stefan Richter <stefanr@s5r6.in-berlin.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
8b613e1ccf
commit
1f050a19e1
@@ -744,7 +744,7 @@ static int __video1394_ioctl(struct file *file,
|
|||||||
if (i == ISO_CHANNELS) {
|
if (i == ISO_CHANNELS) {
|
||||||
PRINT(KERN_ERR, ohci->host->id,
|
PRINT(KERN_ERR, ohci->host->id,
|
||||||
"No free channel found");
|
"No free channel found");
|
||||||
return EAGAIN;
|
return -EAGAIN;
|
||||||
}
|
}
|
||||||
if (!(ohci->ISO_channel_usage & mask)) {
|
if (!(ohci->ISO_channel_usage & mask)) {
|
||||||
v.channel = i;
|
v.channel = i;
|
||||||
|
Reference in New Issue
Block a user