[PATCH v2] HID: wacom: Fix wacom_probe error handling

2012-09-17 Thread Axel Lin
OLEDs/LED are not critical for tablet functioning thus ignore OLED/LED initialisation failures. This patch does clean up all the sysfs attribute files in error paths. Signed-off-by: Axel Lin --- drivers/hid/hid-wacom.c | 23 ++- 1 file changed, 14 insertions(+), 9 deletion

RE: [PATCH v2] HID: wacom: Fix wacom_probe error handling

2012-09-17 Thread Ping Cheng
-input@vger.kernel.org Subject: [PATCH v2] HID: wacom: Fix wacom_probe error handling OLEDs/LED are not critical for tablet functioning thus ignore OLED/LED initialisation failures. This patch does clean up all the sysfs attribute files in error paths. Signed-off-by: Axel Lin --- drivers/hid

Re: [PATCH v2] HID: wacom: Fix wacom_probe error handling

2012-09-18 Thread Przemo Firszt
On Mon, 2012-09-17 at 16:53 +0800, Axel Lin wrote: > OLEDs/LED are not critical for tablet functioning thus ignore OLED/LED > initialisation failures. > > This patch does clean up all the sysfs attribute files in error paths. > > Signed-off-by: Axel Lin > --- > drivers/hid/hid-wacom.c | 23 ++

Re: [PATCH v2] HID: wacom: Fix wacom_probe error handling

2012-09-19 Thread Jiri Kosina
On Tue, 18 Sep 2012, Przemo Firszt wrote: > > OLEDs/LED are not critical for tablet functioning thus ignore OLED/LED > > initialisation failures. > > > > This patch does clean up all the sysfs attribute files in error paths. > > > > Signed-off-by: Axel Lin > > --- > > drivers/hid/hid-wacom.c |