aboutsummaryrefslogtreecommitdiff
path: root/net/lapb/lapb_out.c
diff options
context:
space:
mode:
authorDan Carpenter <[email protected]>2013-11-10 23:31:17 -0800
committerDmitry Torokhov <[email protected]>2013-11-11 00:01:44 -0800
commita108193cf9685061660e111f985594d6a344abfb (patch)
tree3cd3450cbf111605a94b2e2491c3fa2d9b0f9b09 /net/lapb/lapb_out.c
parentc6d81bd7237b5785080087bcf796ce456ef69557 (diff)
Input: tnetv107x-keypad - make irqs signed for error handling
There is a bug in keypad_probe() where we do: kp->irq_press = platform_get_irq_byname(pdev, "press"); kp->irq_release = platform_get_irq_byname(pdev, "release"); if (kp->irq_press < 0 || kp->irq_release < 0) { The problem is that these irq variables are unsigned so the error handling doesn't work. I've changed them to signed values. Signed-off-by: Dan Carpenter <[email protected]> Signed-off-by: Dmitry Torokhov <[email protected]>
Diffstat (limited to 'net/lapb/lapb_out.c')
0 files changed, 0 insertions, 0 deletions