]> asedeno.scripts.mit.edu Git - linux.git/commit
Input: atmel-wm97xx - drop unnecessary error messages
authorGuenter Roeck <linux@roeck-us.net>
Wed, 18 Jan 2017 19:21:24 +0000 (11:21 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 18 Jan 2017 19:33:08 +0000 (11:33 -0800)
commit5d20b927fa17d016e633857c756788516078b94e
treea2d2936f3c1fa83d9080018f31318061f80a9ccd
parenta8e90be161099a6e4d985a7e4a43f9acc8adfcae
Input: atmel-wm97xx - drop unnecessary error messages

Error messages after memory allocation failures are unnecessary and
can be dropped, especially give that they were emitted as dev_dbg() so
noone except person actively debugging the driver would see them.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/atmel-wm97xx.c