mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 07:51:16 -04:00
V4L/DVB (6300): CodingStyle cleanup
Signed-off-by: Trent Piepho <xyzzy@speakeasy.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
102abd826a
commit
bde00cc027
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user