Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 331072
b: refs/heads/master
c: a835ae6
h: refs/heads/master
v: v3
  • Loading branch information
Antti Palosaari authored and Mauro Carvalho Chehab committed Sep 23, 2012
1 parent aad044f commit eb34770
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 119f7a8c5ded2789defdccc6dfe50d9934ea156e
refs/heads/master: a835ae6777ce642e1d6de704b878aaed932d69ef
3 changes: 2 additions & 1 deletion trunk/drivers/media/usb/dvb-usb-v2/au6610.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit eb34770

Please sign in to comment.