diff options
Diffstat (limited to 'drivers/mmc/host/atmel-mci.c')
-rw-r--r-- | drivers/mmc/host/atmel-mci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/atmel-mci.c b/drivers/mmc/host/atmel-mci.c index 2b1196e6142c..e94e92001e7c 100644 --- a/drivers/mmc/host/atmel-mci.c +++ b/drivers/mmc/host/atmel-mci.c | |||
@@ -1603,7 +1603,7 @@ static int __init atmci_probe(struct platform_device *pdev) | |||
1603 | 1603 | ||
1604 | tasklet_init(&host->tasklet, atmci_tasklet_func, (unsigned long)host); | 1604 | tasklet_init(&host->tasklet, atmci_tasklet_func, (unsigned long)host); |
1605 | 1605 | ||
1606 | ret = request_irq(irq, atmci_interrupt, 0, pdev->dev.bus_id, host); | 1606 | ret = request_irq(irq, atmci_interrupt, 0, dev_name(&pdev->dev), host); |
1607 | if (ret) | 1607 | if (ret) |
1608 | goto err_request_irq; | 1608 | goto err_request_irq; |
1609 | 1609 | ||