commit | 009af5fdb4fb65e73c5783bf2de64490fcd84910 | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Wed Jan 18 11:12:00 2017 -0800 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Wed Jan 18 11:33:02 2017 -0800 |
tree | 9a645e42fc6102d413c52b24fb873efbeb0b0f8c | |
parent | 2057e15945a8b5d867c086371a5fb946fd8221da [diff] |
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>