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

Commit 4c0c596a authored by Colin Ian King's avatar Colin Ian King Committed by Mauro Carvalho Chehab
Browse files

[media] zoran: fix spelling mistake in dprintk message



Trivial fix to spelling mistake "unnsupported" to "unsupported"
in debug message.

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent db9ee88b
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1488,7 +1488,7 @@ zoran_set_input (struct zoran *zr,
	if (input < 0 || input >= zr->card.inputs) {
	if (input < 0 || input >= zr->card.inputs) {
		dprintk(1,
		dprintk(1,
			KERN_ERR
			KERN_ERR
			"%s: %s - unnsupported input %d\n",
			"%s: %s - unsupported input %d\n",
			ZR_DEVNAME(zr), __func__, input);
			ZR_DEVNAME(zr), __func__, input);
		return -EINVAL;
		return -EINVAL;
	}
	}