ata: ahci_xgene: fix parameter types of xgene_ahci_poll_reg_val()
authorSergey Shtylyov <s.shtylyov@omp.ru>
Sat, 29 Jul 2023 20:17:52 +0000 (23:17 +0300)
committerDamien Le Moal <dlemoal@kernel.org>
Wed, 2 Aug 2023 08:37:07 +0000 (17:37 +0900)
commit6da99acbffb41a17ee43d1920e8d82e5ab5a5fb8
treebf24e38b43b73c1d07b6fe8ee0f564f4ff68ec48
parentcc26436452de7599d1e561291dfeaae1004cc610
ata: ahci_xgene: fix parameter types of xgene_ahci_poll_reg_val()

xgene_ahci_poll_reg_val() passes its 'unsigned long {interval|timeout}'
params verbatim to ata_{msleep|deadline}() that just take 'unsigned int'
param for the time intervals in ms -- eliminate unneeded implicit cast...

Signed-off-by: Sergey Shtylyov <s.shtylyov@omp.ru>
Signed-off-by: Damien Le Moal <dlemoal@kernel.org>
drivers/ata/ahci_xgene.c