linux/drivers/staging/solo6x10
Vasiliy Kulikov 3850a8ae43 staging: solo6010: fix signess bug
video_nr is unsigned, so check video_nr >= 0 doesn't make sense.
The only "negative" value may be -1, so explicitly check for it.

Signed-off-by: Vasiliy Kulikov <segooon@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2010-09-16 12:37:33 -07:00
..
Kconfig Staging: solo: depends on SND 2010-06-25 11:11:23 -07:00
Makefile Staging: solo6x10: New driver (staging) for Softlogic 6x10 2010-06-22 15:57:44 -07:00
TODO Staging: solo6x10: Add TODO 2010-06-23 15:20:20 -07:00
solo6010-core.c Staging: solo6x10: fixed assignments in if conditions in solo6010-core.c 2010-08-31 15:22:37 -07:00
solo6010-disp.c Staging: solo6x10: New driver (staging) for Softlogic 6x10 2010-06-22 15:57:44 -07:00
solo6010-enc.c Staging: solo6x10: New driver (staging) for Softlogic 6x10 2010-06-22 15:57:44 -07:00
solo6010-g723.c Staging: solo6x10: return -EFAULT on copy_to_user errors 2010-08-31 14:51:53 -07:00
solo6010-gpio.c Staging: solo6x10: New driver (staging) for Softlogic 6x10 2010-06-22 15:57:44 -07:00
solo6010-i2c.c staging: Bulk convert the semaphore mess 2010-09-07 19:31:32 -07:00
solo6010-jpeg.h Staging: solo6x10: New driver (staging) for Softlogic 6x10 2010-06-22 15:57:44 -07:00
solo6010-offsets.h Staging: solo6x10: New driver (staging) for Softlogic 6x10 2010-06-22 15:57:44 -07:00
solo6010-osd-font.h Staging: solo6x10: New driver (staging) for Softlogic 6x10 2010-06-22 15:57:44 -07:00
solo6010-p2m.c staging: Bulk convert the semaphore mess 2010-09-07 19:31:32 -07:00
solo6010-registers.h Staging: solo6x10: New driver (staging) for Softlogic 6x10 2010-06-22 15:57:44 -07:00
solo6010-tw28.c Staging: solo6x10: Support for tw2865 in cascade/full modes 2010-06-23 15:20:20 -07:00
solo6010-tw28.h Staging: solo6x10: New driver (staging) for Softlogic 6x10 2010-06-22 15:57:44 -07:00
solo6010-v4l2-enc.c staging: solo6010: fix signess bug 2010-09-16 12:37:33 -07:00
solo6010-v4l2.c staging: solo6010: fix signess bug 2010-09-16 12:37:33 -07:00
solo6010.h Staging: solo: add delay.h header 2010-07-08 13:57:58 -07:00