diff options
-rw-r--r-- | drivers/input/touchscreen/ads7846.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/ads7846.c b/drivers/input/touchscreen/ads7846.c index 45a06e495ed2..8c4fdd1f6faa 100644 --- a/drivers/input/touchscreen/ads7846.c +++ b/drivers/input/touchscreen/ads7846.c | |||
@@ -706,7 +706,7 @@ static void ads7846_read_state(struct ads7846 *ts) | |||
706 | m = &ts->msg[msg_idx]; | 706 | m = &ts->msg[msg_idx]; |
707 | error = spi_sync(ts->spi, m); | 707 | error = spi_sync(ts->spi, m); |
708 | if (error) { | 708 | if (error) { |
709 | dev_err(&ts->spi->dev, "spi_async --> %d\n", error); | 709 | dev_err(&ts->spi->dev, "spi_sync --> %d\n", error); |
710 | packet->tc.ignore = true; | 710 | packet->tc.ignore = true; |
711 | return; | 711 | return; |
712 | } | 712 | } |