
21 Aug
2019
21 Aug
'19
11:41 a.m.
On Wed, Aug 21, 2019 at 12:47 AM Park, Aiden aiden.park@intel.com wrote:
The scsi_scan_dev() is looping over the number of uc_plat->max_id. The number of actual ports a AHCI controller has can be greater than max_id. Update uc_plat->max_id to make SCSI scan all detected ports.
Signed-off-by: Aiden Park aiden.park@intel.com
drivers/ata/ahci.c | 8 ++++++++ 1 file changed, 8 insertions(+)
Reviewed-by: Bin Meng bmeng.cn@gmail.com