commit | 5f7fb6f1e514e0ed47aee97752d6ae10491b4841 | [log] [tgz] |
---|---|---|
author | H. Nikolaus Schaller <hns@goldelico.com> | Mon Apr 18 14:47:14 2016 -0700 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Tue Apr 19 09:24:21 2016 -0700 |
tree | ab19d63d1e3def73bababf30888594abe18872c2 | |
parent | 52dee2c9f0850704327d976ea5c5fa7f4696dab5 [diff] |
Input: twl6040-vibra - ignore return value of schedule_work Returning ret is wrong. And checking for an error as well. User space may call multiple times until the work is really scheduled. twl4030-vibra.c also ignores the return value. Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>