Hi Mauro,
On Mon, Oct 12, 2015 at 01:42:57PM -0300, Mauro Carvalho Chehab wrote:
diff --git a/drivers/media/media-device.c b/drivers/media/media-device.c index 065f6f08da37..0f3844470147 100644 --- a/drivers/media/media-device.c +++ b/drivers/media/media-device.c @@ -359,6 +359,7 @@ static DEVICE_ATTR(model, S_IRUGO, show_model, NULL);
static void media_device_release(struct media_devnode *mdev) {
- dev_dbg(mdev->parent, "Media device released\n");
Lone variables of struct media_devnode are typically called devnode; I got confused about this. Not a big deal but I'd change it. Up to you.