Skip to content

Commit

Permalink
Staging: epl: remove compiler warning from SharedBuff.c
Browse files Browse the repository at this point in the history
Yeah, it's a buffer, but this sure can't hurt as it's not easy to unwind
where it's coming from.

Cc: Daniel Krueger <daniel.krueger@systec-electronic.com>
Cc: Ronald Sieber <Ronald.Sieber@systec-electronic.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Greg Kroah-Hartman committed Apr 3, 2009
1 parent b852ba7 commit c7c3830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/epl/SharedBuff.c
Original file line number Diff line number Diff line change
Expand Up @@ -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++) {
Expand Down

0 comments on commit c7c3830

Please sign in to comment.