staging: pi433: remove register debug dev_dbg stmts using DEBUG_VALUES
authorPaulo Miguel Almeida <paulo.miguel.almeida.rodenas@gmail.com>
Sun, 6 Feb 2022 05:55:09 +0000 (18:55 +1300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 8 Feb 2022 09:44:30 +0000 (10:44 +0100)
commit9e223aa451a136ab148c5c362ef16d186c815b40
tree5dfa8dc9503758fe4f0be2ebccfd8f97e9829cbf
parent171561849655ee8f0e2c25513fbe0c27026e4777
staging: pi433: remove register debug dev_dbg stmts using DEBUG_VALUES

Which the recent addition of the debugfs dentry (regs), users can now
obtain rf69 register values without having to tweak constants
(DEBUG_VALUES) and recompile the pi433 module source code in order to
see those values.

This patch removes code blocks made obsolete by debugfs regs file.

Signed-off-by: Paulo Miguel Almeida <paulo.miguel.almeida.rodenas@gmail.com>
Link: https://lore.kernel.org/r/Yf9ivRB5qpmA5rY2@mail.google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/pi433/rf69.c