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>
        struct auo_pixcir_ts *ts = input_get_drvdata(dev);
 
        auo_pixcir_stop(ts);
-
-       return;
 }
 
 static int __maybe_unused auo_pixcir_suspend(struct device *dev)