aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/epl
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/epl')
-rw-r--r--drivers/staging/epl/SharedBuff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/epl/SharedBuff.c b/drivers/staging/epl/SharedBuff.c
index d88afc01e95..2b10c375f3e 100644
--- a/drivers/staging/epl/SharedBuff.c
+++ b/drivers/staging/epl/SharedBuff.c
@@ -1604,7 +1604,7 @@ tShbError ShbTraceDump(const unsigned char *pabStartAddr_p,
ulBuffSize = ulDataSize_p;
if (pszInfoText_p != NULL) {
- TRACE0(pszInfoText_p);
+ TRACE1("%s", pszInfoText_p);
}
// dump buffer contents
for (nRow = 0;; nRow++) {