[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1421168860-30054-1-git-send-email-emrys@paradise.net.nz>
Date: Wed, 14 Jan 2015 04:07:40 +1100
From: Emrys Bayliss <emrys@...adise.net.nz>
To: forest@...ttletooquiet.net, gregkh@...uxfoundation.org,
tvboxspy@...il.com, emrys@...adise.net.nz
Cc: devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Subject: [PATCH] Staging: vt6656: Code cleanup: remove unreachable return
This patch removes an unnecessary return statement that cannot be reached.
Signed-off-by: Emrys Bayliss <emrys@...adise.net.nz>
---
drivers/staging/vt6656/rxtx.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/staging/vt6656/rxtx.c b/drivers/staging/vt6656/rxtx.c
index ea5140a..0cce140 100644
--- a/drivers/staging/vt6656/rxtx.c
+++ b/drivers/staging/vt6656/rxtx.c
@@ -574,8 +574,6 @@ static u16 vnt_fill_cts_head(struct vnt_usb_send_context *tx_context,
return vnt_rxtx_datahead_g(tx_context, &buf->data_head);
}
-
- return 0;
}
static u16 vnt_rxtx_rts(struct vnt_usb_send_context *tx_context,
--
2.2.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists