Commit bde00cc0 authored by Trent Piepho's avatar Trent Piepho Committed by Mauro Carvalho Chehab

V4L/DVB (6300): CodingStyle cleanup

Signed-off-by: default avatarTrent Piepho <xyzzy@speakeasy.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 102abd82
......@@ -77,7 +77,8 @@ void video_device_release(struct video_device *vfd)
static void video_release(struct device *cd)
{
struct video_device *vfd = container_of(cd, struct video_device, class_dev);
struct video_device *vfd = container_of(cd, struct video_device,
class_dev);
#if 1
/* needed until all drivers are fixed */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment