OSDN Git Service

staging: kpc2000: kpc_i2c: Remove unnecessary function tracing prints
authorGeordan Neukum <gneukum1@gmail.com>
Wed, 22 May 2019 12:14:01 +0000 (12:14 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 22 May 2019 12:47:16 +0000 (14:47 +0200)
commit7bd49a49b0a7f3bf845869afb126e40788eab832
tree70afb80804c9ec73e158405834455201b5d90556
parent32806b33fee8200b18702a93d693017c6445b2c9
staging: kpc2000: kpc_i2c: Remove unnecessary function tracing prints

Many of the functions in kpc_i2c log debug-level messages to the
kernel log message buffer upon invocation. This is unnecessary, as
debugging tools like kgdb, kdb, etc. or the tracing tool ftrace
should be able to provide this same information. Therefore, remove
these print statements.

Signed-off-by: Geordan Neukum <gneukum1@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/kpc2000/kpc2000_i2c.c