projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc8bf90
)
staging: usbvideo: vicam: Fix build in -next
author
Alan Cox
<alan@linux.intel.com>
Tue, 1 Feb 2011 11:31:40 +0000
(11:31 +0000)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 1 Feb 2011 14:27:13 +0000
(06:27 -0800)
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/usbvideo/vicam.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/staging/usbvideo/vicam.c
b/drivers/staging/usbvideo/vicam.c
index a6816a4395b054bd5491505dff69da93f1b55b26..38a373a8d077db326e5498569f20250e20039e35 100644
(file)
--- a/
drivers/staging/usbvideo/vicam.c
+++ b/
drivers/staging/usbvideo/vicam.c
@@
-219,7
+219,7
@@
set_camera_power(struct vicam_camera *cam, int state)
{
int status;
- status = send_control_msg(cam, 0x50, state, 0, NULL, 0)
)
;
+ status = send_control_msg(cam, 0x50, state, 0, NULL, 0);
if (status < 0)
return status;