aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/device.h
diff options
context:
space:
mode:
authorMalcolm Priestley <tvboxspy@gmail.com>2020-03-04 19:41:55 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-03-10 10:51:20 +0100
commitd1ec124246181b63e5a0dae54b5638f6c4cab4c5 (patch)
tree37a8a80dec1a8ee384dc28f824aa3fbfce377ffc /drivers/staging/vt6656/device.h
parentstaging: wilc1000: spi: Use new structure for SPI transfer delays (diff)
downloadlinux-dev-d1ec124246181b63e5a0dae54b5638f6c4cab4c5.tar.xz
linux-dev-d1ec124246181b63e5a0dae54b5638f6c4cab4c5.zip
staging: vt6656: Remove vnt_interrupt_buffer in_use flag.
mac80211 is the only user of in_use to start it and should not be true when so. So internal toggling of this variable is not relevant. Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Link: https://lore.kernel.org/r/69585034-4318-4bec-7d9b-f64a167df237@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6656/device.h')
-rw-r--r--drivers/staging/vt6656/device.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/vt6656/device.h b/drivers/staging/vt6656/device.h
index 5c9991415432..e94df4685b25 100644
--- a/drivers/staging/vt6656/device.h
+++ b/drivers/staging/vt6656/device.h
@@ -253,7 +253,6 @@ struct vnt_usb_send_context {
*/
struct vnt_interrupt_buffer {
u8 *data_buf;
- bool in_use;
};
/* flags for options */