skd: Remove a redundant init_timer() call
authorBart Van Assche <bart.vanassche@wdc.com>
Thu, 17 Aug 2017 20:13:16 +0000 (13:13 -0700)
committerJens Axboe <axboe@kernel.dk>
Fri, 18 Aug 2017 14:45:29 +0000 (08:45 -0600)
commitfeb8971982beae41507a43fee609c59445147cf5
tree7b8619fcbc6c3d8617493a8096e4a8b7b1cc7f63
parent06f824c409487ef55ab4c1fdb922734691318344
skd: Remove a redundant init_timer() call

Since setup_timer() invokes init_timer(), invoking init_timer()
just before setup_timer() is redundant. Hence remove the init_timer()
call.

Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Hannes Reinecke <hare@suse.de>
Cc: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/block/skd_main.c