diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-02-05 09:34:31 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-02-05 09:34:31 -0200 |
commit | 615ceed14a9faf54d4d8a70d978da0d4c355cbfa (patch) | |
tree | c4de8e29f612ae1b105a6f2fc67a8faa010a78c1 /linux/drivers/media/video/usbvideo | |
parent | 56eb8c85473f48c34f74e3591b956e3c63957262 (diff) | |
download | mediapointer-dvb-s2-615ceed14a9faf54d4d8a70d978da0d4c355cbfa.tar.gz mediapointer-dvb-s2-615ceed14a9faf54d4d8a70d978da0d4c355cbfa.tar.bz2 |
backport kernel commit c84e6036ba7177a404cc860cb5a440e06fad92dd
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Original changelog:
Author: Joe Perches <joe@perches.com>
Date: Sun Feb 3 17:18:59 2008 +0200
drivers/media/: Spelling fixes
kernel-sync:
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/usbvideo')
-rw-r--r-- | linux/drivers/media/video/usbvideo/quickcam_messenger.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/usbvideo/quickcam_messenger.c b/linux/drivers/media/video/usbvideo/quickcam_messenger.c index e2af2d132..4b4e4d9f2 100644 --- a/linux/drivers/media/video/usbvideo/quickcam_messenger.c +++ b/linux/drivers/media/video/usbvideo/quickcam_messenger.c @@ -275,7 +275,7 @@ static void qcm_hsv2rgb(u16 hue, u16 sat, u16 val, u16 *r, u16 *g, u16 *b) unsigned int p; /* - the registers controling gain are 8 bit of which + the registers controlling gain are 8 bit of which we affect only the last 4 bits with our gain. we know that if saturation is 0, (unsaturated) then we're grayscale (center axis of the colour cone) so |