From 1516ba004815d0fcf5cdf164bac5572f36e40416 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Fri, 30 Jul 2010 12:16:30 -0700 Subject: [PATCH] input: qtouch: Fix warning Signed-off-by: Colin Cross --- drivers/input/touchscreen/qtouch_obp_ts.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/input/touchscreen/qtouch_obp_ts.c b/drivers/input/touchscreen/qtouch_obp_ts.c index 3da57437029b..20650d78c3c2 100644 --- a/drivers/input/touchscreen/qtouch_obp_ts.c +++ b/drivers/input/touchscreen/qtouch_obp_ts.c @@ -1311,7 +1311,9 @@ static int qtouch_process_info_block(struct qtouch_ts_data *ts) return 0; +#ifndef IGNORE_CHECKSUM_MISMATCH err_bad_checksum: +#endif err_no_checksum: err_missing_objs: err_no_msg_proc: -- 2.34.1