commit | 29b05e22f5c68c657f5ec30a31023b81124287fb | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Wed Dec 07 13:48:10 2016 -0200 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Mon Dec 12 07:29:08 2016 -0200 |
tree | 3c76e467ae57e57ba1af14837b1f599b838fcf61 | |
parent | ea48c3680829c0c522a799a4a9e0fb6cc5afd0a4 [diff] |
[media] em28xx: use usb_interface for dev_foo() calls The usb_device->dev is not the right device for dev_foo() calls. Instead, it should use usb_interface->dev. Tested-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>