Skip to content
Commit 3a7f8fb1 authored by Xi Wang's avatar Xi Wang Committed by Dmitry Torokhov
Browse files

Input: cma3000_d0x - fix signedness bug in cma3000_thread_irq()



The error check (intr_status < 0) didn't work because intr_status is
a u8.  Change its type to signed int.

Signed-off-by: default avatarXi Wang <xi.wang@gmail.com>
Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent 0d0e3064
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment