touchpad: remove unnecessary return statement

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2017-01-31 09:56:39 +10:00
parent ab563d0920
commit 92ce7b2f1f

View file

@ -2265,8 +2265,6 @@ tp_init_hysteresis(struct tp_dispatch *tp)
res_y = tp->device->abs.absinfo_y->resolution;
tp->hysteresis_margin.x = res_x/2;
tp->hysteresis_margin.y = res_y/2;
return;
}
static int