Input: auo-pixcir-ts - delete an unnecessary return statement
The script "checkpatch.pl" pointed information out like the following: WARNING: void function return statements are not generally useful Thus remove such a statement in the affected function. Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> Reviewed-by: Heiko Stuebner <heiko@sntech.de> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
This commit is contained in:
Родитель
eae7d90c92
Коммит
2cdc874961
|
@ -408,8 +408,6 @@ static void auo_pixcir_input_close(struct input_dev *dev)
|
|||
struct auo_pixcir_ts *ts = input_get_drvdata(dev);
|
||||
|
||||
auo_pixcir_stop(ts);
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
static int __maybe_unused auo_pixcir_suspend(struct device *dev)
|
||||
|
|
Загрузка…
Ссылка в новой задаче