mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
ALSA: snd-atmel-abdac: replace bus_id with dev_name()
This patch replaces the references to bus_id to the new dev_name() API. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
23572856e0
commit
60a56cce7a
1 changed files with 1 additions and 1 deletions
|
@ -502,7 +502,7 @@ static int __devinit atmel_abdac_probe(struct platform_device *pdev)
|
||||||
platform_set_drvdata(pdev, card);
|
platform_set_drvdata(pdev, card);
|
||||||
|
|
||||||
dev_info(&pdev->dev, "Atmel ABDAC at 0x%p using %s\n",
|
dev_info(&pdev->dev, "Atmel ABDAC at 0x%p using %s\n",
|
||||||
dac->regs, dac->dma.chan->dev->device.bus_id);
|
dac->regs, dev_name(&dac->dma.chan->dev->device));
|
||||||
|
|
||||||
return retval;
|
return retval;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue