diff options
author | Alan Cox <alan@linux.intel.com> | 2011-02-01 11:31:40 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-02-01 14:27:13 (GMT) |
commit | 38a26ef272d8a93c88de54d8d3bd14ac3ce36056 (patch) | |
tree | f5d40c2600a23e8680c45b084968ff3bf79f47be | |
parent | bc8bf90a643123f99f98027040f7256ce79b45da (diff) | |
download | linux-fsl-qoriq-38a26ef272d8a93c88de54d8d3bd14ac3ce36056.tar.xz |
staging: usbvideo: vicam: Fix build in -next
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r-- | 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; |