staging: visorbus, replace init_timer with setup_timer
authorStefan Svinciak <xsvinc1@fi.muni.cz>
Wed, 15 Feb 2017 16:04:26 +0000 (17:04 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 16 Feb 2017 18:24:52 +0000 (10:24 -0800)
commit614dd644cbacb6a0ad0f1f746e75ec3887ed18bb
tree8826c073d8e88518c09494bf5fded98a4bd9c949
parentdfbfa05210f4734990fd82e832759dc6e6ab038a
staging: visorbus, replace init_timer with setup_timer

Newer version is more readable and needs less changes if/when
timer_struct is to be changed.

Signed-off-by: Stefan Svinciak <xsvinc1@fi.muni.cz>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Cc: David Kershner <david.kershner@unisys.com>
Cc: <sparmaintainer@unisys.com>
Acked-by: David Kershner <david.kershner@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/visorbus/visorbus_main.c