Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a8cc0f42 authored by Joe Perches's avatar Joe Perches Committed by Takashi Iwai
Browse files

ALSA: ml403-ac97cr: Use vsprintf extension %pR for struct resource



Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 354d14b3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1143,8 +1143,8 @@ snd_ml403_ac97cr_create(struct snd_card *card, struct platform_device *pfdev,
					     (resource->start) + 1);
	if (ml403_ac97cr->port == NULL) {
		snd_printk(KERN_ERR SND_ML403_AC97CR_DRIVER ": "
			   "unable to remap memory region (%x to %x)\n",
			   resource->start, resource->end);
			   "unable to remap memory region (%pR)\n",
			   resource);
		snd_ml403_ac97cr_free(ml403_ac97cr);
		return -EBUSY;
	}