diff options
author | Nandha Kumar Singaram <[email protected]> | 2023-10-22 05:22:11 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2023-10-25 12:56:04 +0200 |
commit | 39a5d0d1d41c16526cd81463dba1be6846dbeb40 (patch) | |
tree | 321efc3c6319492d4822dfc97accd41bf5f568eb | |
parent | 559dd2a2a459d32a6795a639eabfa4f802bbfcfd (diff) |
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 <[email protected]>
Link: https://lore.kernel.org/r/39be7bb04ce1362b00aa31a638ebe2e88dd81fec.1697976302.git.nandhakumar.singaram@gmail.com
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | drivers/staging/greybus/bootrom.c | 2 |
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 */ |