kernel_optimize_test/include
Dan Carpenter 955b44304a [media] gpio-ir-recv: a couple signedness bugs
There are couple places where we check unsigned values for negative.  I
changed ->gpin_nr to signed because in gpio_ir_recv_probe() we do:
        if (pdata->gpio_nr < 0)
                return -EINVAL;
I also change gval to a signed int in gpio_ir_recv_irq() because that's
the type that gpio_get_value_cansleep() returns and we test for negative
returns.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Trilok Soni <tsoni@codeaurora.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2012-03-19 15:45:01 -03:00
..
acpi
asm-generic
crypto
drm
keys
linux [media] V4L: Improve the selection API documentation 2012-03-19 15:33:24 -03:00
math-emu
media [media] gpio-ir-recv: a couple signedness bugs 2012-03-19 15:45:01 -03:00
misc
mtd
net route: Remove redirect_genid 2012-03-08 00:30:32 -08:00
pcmcia
rdma
rxrpc
scsi
sound Merge tag 'v3.3' into staging/for_v3.4 2012-03-19 13:41:24 -03:00
target
trace
video
xen
Kbuild