Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232252
b: refs/heads/master
c: 672dcd5
h: refs/heads/master
v: v3
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Jan 19, 2011
1 parent aae28fb commit fb877f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 46b633779b299c7fb3d78f153a5034055f99cd45
refs/heads/master: 672dcd54774ea1b03da8f2baa1cdbf827927fc85
2 changes: 2 additions & 0 deletions trunk/drivers/media/video/v4l2-device.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ void v4l2_device_unregister(struct v4l2_device *v4l2_dev)
is a platform bus, then it is never deleted. */
if (client)
i2c_unregister_device(client);
continue;
}
#endif
#if defined(CONFIG_SPI)
Expand All @@ -108,6 +109,7 @@ void v4l2_device_unregister(struct v4l2_device *v4l2_dev)

if (spi)
spi_unregister_device(spi);
continue;
}
#endif
}
Expand Down

0 comments on commit fb877f9

Please sign in to comment.