ata: ahci: Don't cap AHCI port count under CONFIG_DM_SCSI
authorTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>
Wed, 12 Sep 2018 22:28:55 +0000 (01:28 +0300)
committerTom Rini <trini@konsulko.com>
Wed, 26 Sep 2018 01:49:18 +0000 (21:49 -0400)
commit0545ac989d54c0467990a35c05ec28a817b07828
treee3cb179bed3b91c9013f77c24085d7543d7a3039
parent8bf207d242b603954d5338dabf31b8de01805677
ata: ahci: Don't cap AHCI port count under CONFIG_DM_SCSI

When using device model this sort of hardcoded limits aren't used or
necessary.

Signed-off-by: Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/ata/ahci.c