diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2008-05-21 00:32:51 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-06-05 06:35:52 -0300 |
commit | a954b6681dd389e6bb63d9b5f3254d675f6984c9 (patch) | |
tree | baed289c639c9a1b4e973914478520f39ad25a1e /drivers/media/video/usbvideo | |
parent | fa9c13a383ea60b5e0a89e9e180683411bc5552c (diff) | |
download | talos-obmc-linux-a954b6681dd389e6bb63d9b5f3254d675f6984c9.tar.gz talos-obmc-linux-a954b6681dd389e6bb63d9b5f3254d675f6984c9.zip |
V4L/DVB (7970): mix trivial endianness annotations
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/usbvideo')
-rw-r--r-- | drivers/media/video/usbvideo/quickcam_messenger.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/usbvideo/quickcam_messenger.c b/drivers/media/video/usbvideo/quickcam_messenger.c index 32e536edf09d..3d26a30abe1e 100644 --- a/drivers/media/video/usbvideo/quickcam_messenger.c +++ b/drivers/media/video/usbvideo/quickcam_messenger.c @@ -210,7 +210,7 @@ static int qcm_stv_setb(struct usb_device *dev, u16 reg, u8 val) return ret; } -static int qcm_stv_setw(struct usb_device *dev, u16 reg, u16 val) +static int qcm_stv_setw(struct usb_device *dev, u16 reg, __le16 val) { int ret; |