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

Commit a835ae67 authored by Antti Palosaari's avatar Antti Palosaari Committed by Mauro Carvalho Chehab
Browse files

[media] au6610: use Kernel dev_foo() logging

parent 119f7a8c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -48,7 +48,8 @@ static int au6610_usb_msg(struct dvb_usb_device *d, u8 operation, u8 addr,
		index += wbuf[1];
		break;
	default:
		pr_err("%s: wlen = %d, aborting\n", KBUILD_MODNAME, wlen);
		dev_err(&d->udev->dev, "%s: wlen=%d, aborting\n",
				KBUILD_MODNAME, wlen);
		ret = -EINVAL;
		goto error;
	}