Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106695
b: refs/heads/master
c: c60f2b5
h: refs/heads/master
i:
  106693: d00a91d
  106691: a097388
  106687: c3af47f
v: v3
  • Loading branch information
Guennadi Liakhovetski authored and Mauro Carvalho Chehab committed Jul 23, 2008
1 parent c31770c commit c55a2b7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 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: 82fc52a886aaff8a1605f9d16240e74ddac8570c
refs/heads/master: c60f2b5c1defb6b1345968e1c65c2008c221d57d
1 change: 1 addition & 0 deletions trunk/drivers/media/video/sh_mobile_ceu_camera.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ struct sh_mobile_ceu_dev {
void __iomem *base;
unsigned long video_limit;

/* lock used to protect videobuf */
spinlock_t lock;
struct list_head capture;
struct videobuf_buffer *active;
Expand Down
8 changes: 4 additions & 4 deletions trunk/drivers/media/video/videobuf-dma-contig.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ struct videobuf_dma_contig_memory {
};

#define MAGIC_DC_MEM 0x0733ac61
#define MAGIC_CHECK(is, should) \
if (unlikely((is) != (should))) { \
pr_err("magic mismatch: %x expected %x\n", is, should); \
BUG(); \
#define MAGIC_CHECK(is, should) \
if (unlikely((is) != (should))) { \
pr_err("magic mismatch: %x expected %x\n", (is), (should)); \
BUG(); \
}

static void
Expand Down

0 comments on commit c55a2b7

Please sign in to comment.