Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 253246
b: refs/heads/master
c: 6e3ea0e
h: refs/heads/master
v: v3
  • Loading branch information
Laurent Pinchart authored and Mauro Carvalho Chehab committed Jun 1, 2011
1 parent addb517 commit ff23423
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c5874c9245d298c65f81c2f91f89e1da8ea66409
refs/heads/master: 6e3ea0e711b1c4dca3c4f87ef0ab5c896c940c81
4 changes: 2 additions & 2 deletions trunk/include/media/v4l2-dev.h
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ struct video_device
struct mutex *lock;
};

#define media_entity_to_video_device(entity) \
container_of(entity, struct video_device, entity)
#define media_entity_to_video_device(__e) \
container_of(__e, struct video_device, entity)
/* dev to video-device */
#define to_video_device(cd) container_of(cd, struct video_device, dev)

Expand Down

0 comments on commit ff23423

Please sign in to comment.