public inbox for linux-staging@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH] staging: vt6655: Remove unused function from rf.h RFbAL7230SelectChannelPostProcess
@ 2024-03-11  1:56 Dorine Tipo
  2024-03-11  3:56 ` [PATCH v2] staging: vt6655: Remove unused function RFbAL7230SelectChannelPostProcess Dorine Tipo
  0 siblings, 1 reply; 11+ messages in thread
From: Dorine Tipo @ 2024-03-11  1:56 UTC (permalink / raw)
  To: gregkh, linux-staging, outreachy, philipp.g.hortmann; +Cc: Dorine Tipo

Remove RFbAL7230SelectChannelPostProcess as it is dead code.

This patch removes the dead code to improve code cleanliness and reduce
unnecessary complexity in the driver.

Signed-off-by: Dorine Tipo <dorine.a.tipo@gmail.com>
---
 drivers/staging/vt6655/rf.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/drivers/staging/vt6655/rf.h b/drivers/staging/vt6655/rf.h
index 057860a5e100..3427341e581f 100644
--- a/drivers/staging/vt6655/rf.h
+++ b/drivers/staging/vt6655/rf.h
@@ -68,9 +68,5 @@ bool RFbRawSetPower(struct vnt_private *priv, unsigned char byPwr,
 void RFvRSSITodBm(struct vnt_private *priv, unsigned char byCurrRSSI,
 		  long *pldBm);

-/* {{ RobertYu: 20050104 */
-bool RFbAL7230SelectChannelPostProcess(struct vnt_private *priv, u16 byOldChannel,
-				       u16 byNewChannel);
-/* }} RobertYu */

 #endif /* __RF_H__ */
--
2.25.1


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-03-16 16:10 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-11  1:56 [PATCH] staging: vt6655: Remove unused function from rf.h RFbAL7230SelectChannelPostProcess Dorine Tipo
2024-03-11  3:56 ` [PATCH v2] staging: vt6655: Remove unused function RFbAL7230SelectChannelPostProcess Dorine Tipo
2024-03-11  5:46   ` Dan Carpenter
2024-03-11  6:07   ` [PATCH v3] " Dorine Tipo
2024-03-11  7:31     ` Dan Carpenter
2024-03-14  5:33       ` Philipp Hortmann
2024-03-14  6:36         ` Dan Carpenter
2024-03-14 18:45           ` Philipp Hortmann
2024-03-15  5:00             ` Bagas Sanjaya
2024-03-16 13:33               ` Philipp Hortmann
2024-03-16 16:10                 ` Dan Carpenter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox