]> git.baikalelectronics.ru Git - kernel.git/commit
Input: at32psif - drop unnecessary error messages and other changes
authorGuenter Roeck <linux@roeck-us.net>
Wed, 18 Jan 2017 19:12:00 +0000 (11:12 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 18 Jan 2017 19:33:02 +0000 (11:33 -0800)
commit1ae9ea13d7b0759b620b328b8b149d1a87d75d75
tree9a645e42fc6102d413c52b24fb873efbeb0b0f8c
parent9a3e1afa28c6a69eee1a515055aba93555758312
Input: at32psif - drop unnecessary error messages and other changes

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

Also replace jump to return 'goto l; ... l: return e;' with 'return e;'

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