From 5207cf63949e14bd0f5d4a7f71b8963ddb5ab91c Mon Sep 17 00:00:00 2001 From: Harvey Harrison Date: Tue, 8 Apr 2008 23:20:00 -0300 Subject: [PATCH] --- yaml --- r: 92615 b: refs/heads/master c: 12aa67a63d2bf4e6500af6b2de40d18fa0bc1360 h: refs/heads/master i: 92613: c22addaed5ecd1f0a71b39e48290f3754ababc5c 92611: c8429e006008c7f12abbd1e841328e294ab0c074 92607: 6f79ec28b1839f542dbab86830408a3521108744 v: v3 --- [refs] | 2 +- trunk/drivers/media/video/ovcamchip/ovcamchip_priv.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 01e022ca2f53..0b2fd7244b00 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 22cc065bad19b0a19adecdc753ded7a7b0c752fa +refs/heads/master: 12aa67a63d2bf4e6500af6b2de40d18fa0bc1360 diff --git a/trunk/drivers/media/video/ovcamchip/ovcamchip_priv.h b/trunk/drivers/media/video/ovcamchip/ovcamchip_priv.h index 50c7763d44b3..9afa4fe47726 100644 --- a/trunk/drivers/media/video/ovcamchip/ovcamchip_priv.h +++ b/trunk/drivers/media/video/ovcamchip/ovcamchip_priv.h @@ -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" */