Input: w90p910_ts - fix call to setup_timer()

No need to take address, w90p910_ts is already a pointer.

Signed-off-by: Wan ZongShun <mcuos.com@gmail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>

authored by Wan ZongShun and committed by Dmitry Torokhov 5b39187f bbddd199

+1 -1
+1 -1
drivers/input/touchscreen/w90p910_ts.c
··· 233 233 w90p910_ts->state = TS_IDLE; 234 234 spin_lock_init(&w90p910_ts->lock); 235 235 setup_timer(&w90p910_ts->timer, w90p910_check_pen_up, 236 - (unsigned long)&w90p910_ts); 236 + (unsigned long)w90p910_ts); 237 237 238 238 res = platform_get_resource(pdev, IORESOURCE_MEM, 0); 239 239 if (!res) {