mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 04:18:39 +08:00
ALSA: vxpocket: Fix a typo at conversion to dev_*()
There was a typo in the previous conversion to dev_*() that caused a
build error. Fix it.
Fixes: 2acbb5e572
("ALSA: vxpocket: Use standard print API")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202408090110.t0mWbTyh-lkp@intel.com/
Link: https://patch.msgid.link/20240808182308.28418-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
e95b9f7f2e
commit
c46fc83e3f
@ -268,7 +268,7 @@ static int vxpocket_probe(struct pcmcia_device *p_dev)
|
|||||||
err = snd_card_new(&p_dev->dev, index[i], id[i], THIS_MODULE,
|
err = snd_card_new(&p_dev->dev, index[i], id[i], THIS_MODULE,
|
||||||
0, &card);
|
0, &card);
|
||||||
if (err < 0) {
|
if (err < 0) {
|
||||||
dev_err(&pdev->dev, "vxpocket: cannot create a card instance\n");
|
dev_err(&p_dev->dev, "vxpocket: cannot create a card instance\n");
|
||||||
return err;
|
return err;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user