]> Pileus Git - ~andy/linux/commit
Revert "Input: atmel_mxt_ts - warn if sysfs could not be created"
authorHenrik Rydberg <rydberg@euromail.se>
Thu, 5 Jul 2012 18:55:24 +0000 (20:55 +0200)
committerHenrik Rydberg <rydberg@euromail.se>
Thu, 5 Jul 2012 18:59:37 +0000 (20:59 +0200)
commitc45361a1287a74d327d72d4d2b96f4ac170653d9
treedee893fd07dc42cdf658e8a8f6393caebd8e75f1
parentcab7faca5e446b84e829d57d2095035d72edba09
Revert "Input: atmel_mxt_ts - warn if sysfs could not be created"

Dmitry: I understand that I am a bit late to the party :) but I do not
agree with this change. Failure to create attributes is not sometihng
that user could cause (at least not easily) and thus would not be a
setup issue but something more severe. I believe we should fail
loading the driver so sysfs attribute breakage will be noticed as soon
as possible, instead of discovering it much much later in the process.

This reverts commit 639900380062ecd78ee8b265ea23929c565469b4.

Requested-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
drivers/input/touchscreen/atmel_mxt_ts.c