diff options
-rw-r--r-- | drivers/input/touchscreen/raydium_i2c_ts.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/input/touchscreen/raydium_i2c_ts.c b/drivers/input/touchscreen/raydium_i2c_ts.c index d1c09e6a2cb6..c89853a36f9e 100644 --- a/drivers/input/touchscreen/raydium_i2c_ts.c +++ b/drivers/input/touchscreen/raydium_i2c_ts.c | |||
@@ -466,7 +466,7 @@ static bool raydium_i2c_boot_trigger(struct i2c_client *client) | |||
466 | } | 466 | } |
467 | } | 467 | } |
468 | 468 | ||
469 | return 0; | 469 | return false; |
470 | } | 470 | } |
471 | 471 | ||
472 | static bool raydium_i2c_fw_trigger(struct i2c_client *client) | 472 | static bool raydium_i2c_fw_trigger(struct i2c_client *client) |
@@ -492,7 +492,7 @@ static bool raydium_i2c_fw_trigger(struct i2c_client *client) | |||
492 | } | 492 | } |
493 | } | 493 | } |
494 | 494 | ||
495 | return 0; | 495 | return false; |
496 | } | 496 | } |
497 | 497 | ||
498 | static int raydium_i2c_check_path(struct i2c_client *client) | 498 | static int raydium_i2c_check_path(struct i2c_client *client) |