ata: pata_atiixp: make static read-only arrays const
authorColin Ian King <colin.i.king@gmail.com>
Sun, 23 Jan 2022 22:16:22 +0000 (22:16 +0000)
committerDamien Le Moal <damien.lemoal@opensource.wdc.com>
Mon, 31 Jan 2022 00:58:32 +0000 (09:58 +0900)
commit9ab844253aeddcac8f21e2d5c496fa2a7b6baf64
tree55838a2e6e186f364f291346130c2a9634b705f9
parent8818a5342cb499b6959e821bf64c854e6a06bc82
ata: pata_atiixp: make static read-only arrays const

The static arrays pio_timings and mwdma_timings are read-only so
it make sense to make them const.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Reviewed-by: Sergey Shtylyov <s.shtylyov@omp.ru>
Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
drivers/ata/pata_atiixp.c