[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200325235921.22431-1-leoyang.li@nxp.com>
Date: Wed, 25 Mar 2020 18:59:21 -0500
From: Li Yang <leoyang.li@....com>
To: Jens Axboe <axboe@...nel.dk>
Cc: Hannes Reinecke <hare@...e.de>, linux-ide@...r.kernel.org,
linux-kernel@...r.kernel.org, Li Yang <leoyang.li@....com>
Subject: [linux-next PATCH] ata: sata_fsl: fix a compile error
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));
^
Fixes: b3f06231 ("sata_fsl: move DPRINTK to ata debugging")
Cc: Hannes Reinecke <hare@...e.de>
Signed-off-by: Li Yang <leoyang.li@....com>
---
drivers/ata/sata_fsl.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/ata/sata_fsl.c b/drivers/ata/sata_fsl.c
index 45c15c4e9f8a..c43a97d63e6c 100644
--- a/drivers/ata/sata_fsl.c
+++ b/drivers/ata/sata_fsl.c
@@ -1340,6 +1340,7 @@ static int sata_fsl_init_controller(struct ata_host *host)
{
struct sata_fsl_host_priv *host_priv = host->private_data;
void __iomem *hcr_base = host_priv->hcr_base;
+ struct ata_port *ap = host->ports[0];
u32 temp;
/*
--
2.17.1
Powered by blists - more mailing lists