[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20171209180257.24240-1-simon@nikanor.nu>
Date: Sat, 9 Dec 2017 19:02:54 +0100
From: Simon Sandström <simon@...anor.nu>
To: gregkh@...uxfoundation.org
Cc: marcin.s.ciupak@...il.com, devel@...verdev.osuosl.org,
linux-kernel@...r.kernel.org
Subject: [PATCH 0/3] staging: pi433: Refactor usage of dev_dbg and #ifdef DEBUG
These patches refactors the usage of dev_dbg and #ifdef DEBUG in rf69.c.
All dev_dbg() calls that just prints the function name are removed, since
we have ftrace. For all other calls the #ifdef DEBUG block around them are
removed.
There are still two more defines used in rf69.c: DEBUG_FIFO_ACCESS and
DEBUG_VALUES. Perhaps they should be removed as well?
- Simon
---
Simon Sandström (3):
staging: pi433: Remove indentation on #ifdef blocks
staging: pi433: Remove function entry dev_dbg()
staging: pi433: Remove unnecessary #ifdef DEBUG around dev_dbg
drivers/staging/pi433/rf69.c | 232 ++++++-------------------------------------
1 file changed, 32 insertions(+), 200 deletions(-)
--
2.11.0
Powered by blists - more mailing lists