projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b613e1
)
[PATCH] video1394: fix "return E;" typo
author
Alexey Dobriyan
<adobriyan@gmail.com>
Wed, 1 Mar 2006 00:59:13 +0000
(16:59 -0800)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Wed, 1 Mar 2006 04:53:43 +0000
(20:53 -0800)
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>
drivers/ieee1394/video1394.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/ieee1394/video1394.c
b/drivers/ieee1394/video1394.c
index 39fb88309e8e804cfeabe00e7f90b249fa2e0e32..216dbbf1dc8ec8114e4f453c975d9675f6740697 100644
(file)
--- a/
drivers/ieee1394/video1394.c
+++ b/
drivers/ieee1394/video1394.c
@@
-744,7
+744,7
@@
static int __video1394_ioctl(struct file *file,
if (i == ISO_CHANNELS) {
PRINT(KERN_ERR, ohci->host->id,
"No free channel found");
- return EAGAIN;
+ return
-
EAGAIN;
}
if (!(ohci->ISO_channel_usage & mask)) {
v.channel = i;