summaryrefslogtreecommitdiffstats
path: root/drivers/ata/sata-imx.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ata/sata-imx.c')
-rw-r--r--drivers/ata/sata-imx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/sata-imx.c b/drivers/ata/sata-imx.c
index 6a601956db..7b8036bbf3 100644
--- a/drivers/ata/sata-imx.c
+++ b/drivers/ata/sata-imx.c
@@ -112,7 +112,7 @@ static int imx_sata_probe(struct device_d *dev)
imx_ahci->ahci.dev = dev;
dev->priv = &imx_ahci->ahci;
- dev->info = ahci_info,
+ dev->info = ahci_info;
ret = ahci_add_host(&imx_ahci->ahci);
if (ret)