commit | 12bd10c79bd8f65698660e992b8656e9a48eeca1 | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | Thu May 15 22:53:31 2014 -0300 |
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | Fri May 23 19:51:26 2014 -0300 |
tree | 5e290a38590fffaa439d957a6a66cc0e7e8b21c7 | |
parent | 0520e4cc3bb9ddc6eb7cc45d01191deee035b22a [diff] |
[media] tvp5150: Replace container_of() with to_tvp5150() Use the driver-specific inline function to cast from a subdev pointer to a tvp5150 pointer instead of the generic container_of(). Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>