Skip to content

Commit

Permalink
ALSA: snd-atmel-abdac: replace bus_id with dev_name()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Hans-Christian Egtvedt authored and tiwai committed Apr 6, 2009
1 parent 2357285 commit 60a56cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/atmel/abdac.c
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ static int __devinit atmel_abdac_probe(struct platform_device *pdev)
platform_set_drvdata(pdev, card);

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;

Expand Down

0 comments on commit 60a56cc

Please sign in to comment.