diff options
Diffstat (limited to 'drivers/usb/serial/whiteheat.c')
-rw-r--r-- | drivers/usb/serial/whiteheat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/serial/whiteheat.c b/drivers/usb/serial/whiteheat.c index fb02424de4a0..6926a81a0ccd 100644 --- a/drivers/usb/serial/whiteheat.c +++ b/drivers/usb/serial/whiteheat.c | |||
@@ -219,7 +219,7 @@ struct whiteheat_urb_wrap { | |||
219 | struct whiteheat_private { | 219 | struct whiteheat_private { |
220 | spinlock_t lock; | 220 | spinlock_t lock; |
221 | __u8 flags; | 221 | __u8 flags; |
222 | __u8 mcr; | 222 | __u8 mcr; /* FIXME: no locking on mcr */ |
223 | struct list_head rx_urbs_free; | 223 | struct list_head rx_urbs_free; |
224 | struct list_head rx_urbs_submitted; | 224 | struct list_head rx_urbs_submitted; |
225 | struct list_head rx_urb_q; | 225 | struct list_head rx_urb_q; |