From: Ping Cheng Date: Fri, 20 Sep 2013 16:49:46 +0000 (-0700) Subject: Input: wacom - testing result shows get_report is unnecessary. X-Git-Tag: v5.15~74^2~1233 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1b2faaf7e219fc2905d75afcd4c815e5d39eda80;p=platform%2Fkernel%2Flinux-starfive.git Input: wacom - testing result shows get_report is unnecessary. Signed-off-by: Ping Cheng Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/tablet/wacom_sys.c b/drivers/input/tablet/wacom_sys.c index 7e4cc2f..f8b30d0 100644 --- a/drivers/input/tablet/wacom_sys.c +++ b/drivers/input/tablet/wacom_sys.c @@ -524,9 +524,6 @@ static int wacom_set_device_mode(struct usb_interface *intf, int report_id, int error = wacom_set_report(intf, WAC_HID_FEATURE_REPORT, report_id, rep_data, length, 1); - if (error >= 0) - error = wacom_get_report(intf, WAC_HID_FEATURE_REPORT, - report_id, rep_data, length, 1); } while ((error < 0 || rep_data[1] != mode) && limit++ < WAC_MSG_RETRIES); kfree(rep_data);