ata: pata_ali: no need to initialise statics to 0
authorJason Wang <wangborong@cdjrlc.com>
Sat, 13 Nov 2021 06:26:14 +0000 (14:26 +0800)
committerDamien Le Moal <damien.lemoal@opensource.wdc.com>
Tue, 4 Jan 2022 04:23:08 +0000 (13:23 +0900)
commit49737f261c412ea7c4ca583317a9b094c0aaed49
treee937e8a0509d84282ac40ef1a699244203fd3b4c
parentc9e6606c7fe92b50a02ce51dda82586ebdf99b48
ata: pata_ali: no need to initialise statics to 0

Static variables do not need to be initialized to 0.

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
drivers/ata/pata_ali.c