]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
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)
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

index aea1aa262b2859d5895b43129d0848b69b1275ee..55f29ae8e015da408c642acc906180cafa78c40d 100644 (file)
@@ -623,9 +623,7 @@ create_visor_device(struct visor_device *dev)
        dev->device.release = visorbus_release_device;
        /* keep a reference just for us (now 2) */
        get_device(&dev->device);
-       init_timer(&dev->timer);
-       dev->timer.data = (unsigned long)(dev);
-       dev->timer.function = dev_periodic_work;
+       setup_timer(&dev->timer, dev_periodic_work, (unsigned long)dev);
 
        /*
         * bus_id must be a unique name with respect to this bus TYPE