]> git.baikalelectronics.ru Git - kernel.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)
commit8483e3550a87be4e34ff2c9315e787702b38cc9f
treea2d2936f3c1fa83d9080018f31318061f80a9ccd
parentda38f16467fd6a097542c1d37a4d4a80e1b2df3c
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