commit | 700ef60f6e1a91d46dbdf34b32a2db00b757ce0f | [log] [tgz] |
---|---|---|
author | Masami Hiramatsu <masami.hiramatsu@linaro.org> | Fri Jun 04 18:43:23 2021 +0900 |
committer | Tom Rini <trini@konsulko.com> | Tue Jul 06 14:07:36 2021 -0400 |
tree | 2a96d90f44215715308f48de46295e861b4afd3b | |
parent | 96ffc8b005c26330a946bffae48c8bb37293deef [diff] |
ata: ahci-pci: Use scsi_ops to initialize ops Without this fix, scsi-scan will cause a synchronous abort when accessing ops->scan. Signed-off-by: Masami Hiramatsu <masami.hiramatsu@linaro.org> Reviewed-by: Simon Glass <sjg@chromium.org>