
13 Jun
2017
13 Jun
'17
5:13 a.m.
On Tue, Jun 6, 2017 at 3:14 AM, Simon Glass sjg@chromium.org wrote:
At present the two driver-model SCSI drivers use device platform data to store information that relates to the uclass. It is better to use uclass platform data in this situation. Update the code to do this.
Signed-off-by: Simon Glass sjg@chromium.org
drivers/ata/ahci.c | 2 +- drivers/ata/dwc_ahci.c | 3 +-- drivers/ata/sata_ceva.c | 5 ++--- drivers/scsi/scsi-uclass.c | 1 + drivers/scsi/scsi.c | 2 +- 5 files changed, 6 insertions(+), 7 deletions(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com