ALSA: sparc: Fix a typo at dev_*() conversion

There was a stupid typo left that broke the build.  Fix it.

Fixes: d41abde894 ("ALSA: sparc: Use standard print API")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202408090648.J2EAijjH-lkp@intel.com/
Link: https://patch.msgid.link/20240809073923.3735-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Takashi Iwai 2024-08-09 09:39:21 +02:00
parent c46fc83e3f
commit 528baf4f62

View File

@ -2015,7 +2015,7 @@ static int snd_cs4231_ebus_create(struct snd_card *card,
if (ebus_dma_register(&chip->p_dma.ebus_info)) { if (ebus_dma_register(&chip->p_dma.ebus_info)) {
snd_cs4231_ebus_free(chip); snd_cs4231_ebus_free(chip);
dev_dbg(chpi->card->dev, dev_dbg(chip->card->dev,
"cs4231-%d: Unable to register EBUS play DMA\n", "cs4231-%d: Unable to register EBUS play DMA\n",
dev); dev);
return -EBUSY; return -EBUSY;