block: do not initialise statics to 0 or NULL
authorWei Tang <tangwei@cmss.chinamobile.com>
Tue, 24 Nov 2015 01:58:46 +0000 (09:58 +0800)
committerJens Axboe <axboe@fb.com>
Tue, 24 Nov 2015 22:24:25 +0000 (15:24 -0700)
commit1fe8f348416b3fb35ea3f24fa92bb1d29ffe7b0b
treee4c9efd58110467bfad713592d69ee1e84188a61
parentd674d4145e1909e0e4c394bb2633ef73d539bd27
block: do not initialise statics to 0 or NULL

This patch fixes the checkpatch.pl error to genhd.c:

ERROR: do not initialise statics to 0 or NULL

Signed-off-by: Wei Tang <tangwei@cmss.chinamobile.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
block/genhd.c