Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 133413
b: refs/heads/master
c: 48f8151
h: refs/heads/master
i:
  133411: 51ee0dc
v: v3
  • Loading branch information
Kay Sievers authored and Greg Kroah-Hartman committed Mar 24, 2009
1 parent 9f60d78 commit a1bde85
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2796872c40c462bacf2d09bb99faa6dcd640a620
refs/heads/master: 48f8151ea68ad78391ef6ff12a83e6fbdb6094f6
2 changes: 1 addition & 1 deletion trunk/drivers/mmc/host/atmel-mci.c
Original file line number Diff line number Diff line change
Expand Up @@ -1603,7 +1603,7 @@ static int __init atmci_probe(struct platform_device *pdev)

tasklet_init(&host->tasklet, atmci_tasklet_func, (unsigned long)host);

ret = request_irq(irq, atmci_interrupt, 0, pdev->dev.bus_id, host);
ret = request_irq(irq, atmci_interrupt, 0, dev_name(&pdev->dev), host);
if (ret)
goto err_request_irq;

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/mmc/host/of_mmc_spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ struct mmc_spi_platform_data *mmc_spi_get_pdata(struct spi_device *spi)
if (!gpio_is_valid(oms->gpios[i]))
continue;

ret = gpio_request(oms->gpios[i], dev->bus_id);
ret = gpio_request(oms->gpios[i], dev_name(dev));
if (ret < 0) {
oms->gpios[i] = -EINVAL;
continue;
Expand Down

0 comments on commit a1bde85

Please sign in to comment.