This is an automatic generated email to let you know that the following patch 
were queued:

Subject: media: pvrusb2: remove unused struct 'debugifc_mask_item'
Author:  Dr. David Alan Gilbert <li...@treblig.org>
Date:    Sat May 25 18:52:29 2024 +0100

'debugifc_mask_item' is unused since
commit 681c73994401 ("V4L/DVB (6691): pvrusb2: Rework pipeline state
control").

Remove it.

Signed-off-by: Dr. David Alan Gilbert <li...@treblig.org>
Signed-off-by: Hans Verkuil <hverkuil-ci...@xs4all.nl>

 drivers/media/usb/pvrusb2/pvrusb2-debugifc.c | 5 -----
 1 file changed, 5 deletions(-)

---

diff --git a/drivers/media/usb/pvrusb2/pvrusb2-debugifc.c 
b/drivers/media/usb/pvrusb2/pvrusb2-debugifc.c
index 84cfb5ce8b8d..81d711269ab5 100644
--- a/drivers/media/usb/pvrusb2/pvrusb2-debugifc.c
+++ b/drivers/media/usb/pvrusb2/pvrusb2-debugifc.c
@@ -9,11 +9,6 @@
 #include "pvrusb2-hdw.h"
 #include "pvrusb2-debug.h"
 
-struct debugifc_mask_item {
-       const char *name;
-       unsigned long msk;
-};
-
 
 static unsigned int debugifc_count_whitespace(const char *buf,
                                              unsigned int count)

Reply via email to