Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 92615
b: refs/heads/master
c: 12aa67a
h: refs/heads/master
i:
  92613: c22adda
  92611: c8429e0
  92607: 6f79ec2
v: v3
  • Loading branch information
Harvey Harrison authored and Mauro Carvalho Chehab committed Apr 24, 2008
1 parent 3eafdc2 commit 5207cf6
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: 22cc065bad19b0a19adecdc753ded7a7b0c752fa
refs/heads/master: 12aa67a63d2bf4e6500af6b2de40d18fa0bc1360
4 changes: 2 additions & 2 deletions trunk/drivers/media/video/ovcamchip/ovcamchip_priv.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ extern int ovcamchip_debug;

#define PDEBUG(level, fmt, args...) \
if (ovcamchip_debug >= (level)) pr_debug("[%s:%d] " fmt "\n", \
__FUNCTION__, __LINE__ , ## args)
__func__, __LINE__ , ## args)

#define DDEBUG(level, dev, fmt, args...) \
if (ovcamchip_debug >= (level)) dev_dbg(dev, "[%s:%d] " fmt "\n", \
__FUNCTION__, __LINE__ , ## args)
__func__, __LINE__ , ## args)

/* Number of times to retry chip detection. Increase this if you are getting
* "Failed to init camera chip" */
Expand Down

0 comments on commit 5207cf6

Please sign in to comment.