projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c46fc83
)
ALSA: sparc: Fix a typo at dev_*() conversion
author
Takashi Iwai
<tiwai@suse.de>
Fri, 9 Aug 2024 07:39:21 +0000
(09:39 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Fri, 9 Aug 2024 07:39:48 +0000
(09:39 +0200)
There was a stupid typo left that broke the build. Fix it.
Fixes:
d41abde89483
("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>
sound/sparc/cs4231.c
patch
|
blob
|
history
diff --git
a/sound/sparc/cs4231.c
b/sound/sparc/cs4231.c
index
5f39b78
..
a1339f9
100644
(file)
--- a/
sound/sparc/cs4231.c
+++ b/
sound/sparc/cs4231.c
@@
-2015,7
+2015,7
@@
static int snd_cs4231_ebus_create(struct snd_card *card,
if (ebus_dma_register(&chip->p_dma.ebus_info)) {
snd_cs4231_ebus_free(chip);
- dev_dbg(ch
pi
->card->dev,
+ dev_dbg(ch
ip
->card->dev,
"cs4231-%d: Unable to register EBUS play DMA\n",
dev);
return -EBUSY;