ata: pata_macio: Fix compilation warning
authorDamien Le Moal <damien.lemoal@opensource.wdc.com>
Mon, 20 Jun 2022 00:50:27 +0000 (09:50 +0900)
committerDamien Le Moal <damien.lemoal@opensource.wdc.com>
Mon, 20 Jun 2022 11:02:21 +0000 (20:02 +0900)
commit2b5960a0e33b5449712abc9a1b144d7ac874e47c
tree0d91b7d7a2a3aeff5455741e919d2eef07000a94
parente06233f9372c396191327790bd38999730869e01
ata: pata_macio: Fix compilation warning

Change the debug print format for the PIO, MWDMA and UDMA masks from
long to int to match the new type used for these fields in struct
ata_port_info.

Fixes: f0a6d77b351c ("ata: make transfer mode masks *unsigned int*")
Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
drivers/ata/pata_macio.c