summaryrefslogtreecommitdiff
path: root/drivers/staging/greybus
diff options
context:
space:
mode:
authorNandha Kumar Singaram <nandhakumar.singaram@gmail.com>2023-10-22 15:22:11 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-10-25 13:56:04 +0300
commit39a5d0d1d41c16526cd81463dba1be6846dbeb40 (patch)
tree321efc3c6319492d4822dfc97accd41bf5f568eb /drivers/staging/greybus
parent559dd2a2a459d32a6795a639eabfa4f802bbfcfd (diff)
downloadlinux-39a5d0d1d41c16526cd81463dba1be6846dbeb40.tar.xz
staging: greybus: bootrom: fixed prefer using ftrace warning
Adhere to linux coding style. Reported by checkpatch.pl: WARNING: Unnecessary ftrace-like logging - prefer using ftrace Signed-off-by: Nandha Kumar Singaram <nandhakumar.singaram@gmail.com> Link: https://lore.kernel.org/r/39be7bb04ce1362b00aa31a638ebe2e88dd81fec.1697976302.git.nandhakumar.singaram@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/greybus')
-rw-r--r--drivers/staging/greybus/bootrom.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/greybus/bootrom.c b/drivers/staging/greybus/bootrom.c
index a8efb86de140..79581457c4af 100644
--- a/drivers/staging/greybus/bootrom.c
+++ b/drivers/staging/greybus/bootrom.c
@@ -491,8 +491,6 @@ static void gb_bootrom_disconnect(struct gb_bundle *bundle)
{
struct gb_bootrom *bootrom = greybus_get_drvdata(bundle);
- dev_dbg(&bundle->dev, "%s\n", __func__);
-
gb_connection_disable(bootrom->connection);
/* Disable timeouts */