diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2008-05-21 05:32:51 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-06-05 11:35:52 +0200 |
commit | a954b6681dd389e6bb63d9b5f3254d675f6984c9 (patch) | |
tree | baed289c639c9a1b4e973914478520f39ad25a1e /drivers/media/video/usbvideo | |
parent | V4L/DVB (7969): m920x: unaligned access (diff) | |
download | linux-a954b6681dd389e6bb63d9b5f3254d675f6984c9.tar.xz 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; |