mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 06:41:06 -04:00
staging: vt6656: Remove ftrace-like logging
This patch fixes the checkpatch.pl warning like: WARNING: Unnecessary ftrace-like logging - prefer using ftrace Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> Link: https://lore.kernel.org/r/084064a5c94aad940600ae62d6c21bb26629cb2c.1645477326.git.philipp.g.hortmann@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
efc72b11b3
commit
1929be8c45
@@ -58,8 +58,6 @@ static struct vnt_usb_send_context
|
||||
struct vnt_usb_send_context *context = NULL;
|
||||
int ii;
|
||||
|
||||
dev_dbg(&priv->usb->dev, "%s\n", __func__);
|
||||
|
||||
for (ii = 0; ii < priv->num_tx_context; ii++) {
|
||||
if (!priv->tx_context[ii])
|
||||
return NULL;
|
||||
|
||||
Reference in New Issue
Block a user