[staging-next] staging/usbvideo: fix compilation - remove redunant braket

Tomas Winkler tomas.winkler at intel.com
Tue Feb 1 12:09:39 UTC 2011


Signed-off-by: Tomas Winkler <tomas.winkler at intel.com>
---
 drivers/staging/usbvideo/vicam.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/usbvideo/vicam.c b/drivers/staging/usbvideo/vicam.c
index a6816a4..38a373a 100644
--- 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;
 
-- 
1.7.3.5

---------------------------------------------------------------------
Intel Israel (74) Limited

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.




More information about the devel mailing list