Re: [linux-next PATCH] ata: sata_fsl: fix a compile error

From: Sergei Shtylyov
Date: Thu Mar 26 2020 - 05:06:17 EST


Hello!

On 26.03.2020 2:59, Li Yang wrote:

drivers/ata/sata_fsl.c: In function 'sata_fsl_init_controller':
drivers/ata/sata_fsl.c:1365:15: error: 'ap' undeclared (first use in this function)
ata_port_dbg(ap, "icc = 0x%x\n", ioread32(hcr_base + ICC));
> ^

Another fix has been posted yesterday.

Fixes: b3f06231 ("sata_fsl: move DPRINTK to ata debugging")

12 digits SHA1 is needed here.

Cc: Hannes Reinecke <hare@xxxxxxx>
Signed-off-by: Li Yang <leoyang.li@xxxxxxx>
[...]

MBR, Sergei