]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Input: edt-ft5x06 - add a missing condition
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 3 Apr 2014 16:17:05 +0000 (09:17 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 3 Apr 2014 16:25:02 +0000 (09:25 -0700)
commite2c3ecf0ea8e87c5209371af7da107ebc47a5639
tree2fbc7035d343ba5a4728e4b017510fbda7288e28
parent7bbdba56ba9e01e610f7455c0375f9bbef84f3b1
Input: edt-ft5x06 - add a missing condition

The if condition was accidentally deleted here so we return every time
instead of returning on error.

Fixes: fd335ab04b3f ('Input: edt-ft5x06 - add support for M09 firmware version')
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Jingoo Han <jg1.han@samsung.com>
Acked-By: Lothar Waßmann <LW@KARO-electronics.de>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/edt-ft5x06.c