diff options
-rw-r--r-- | sound/usb/endpoint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/usb/endpoint.c b/sound/usb/endpoint.c index 12e5a951a143..83a36d0d2a2d 100644 --- a/sound/usb/endpoint.c +++ b/sound/usb/endpoint.c | |||
@@ -295,7 +295,7 @@ static void queue_pending_output_urbs(struct snd_usb_endpoint *ep) | |||
295 | while (test_bit(EP_FLAG_RUNNING, &ep->flags)) { | 295 | while (test_bit(EP_FLAG_RUNNING, &ep->flags)) { |
296 | 296 | ||
297 | unsigned long flags; | 297 | unsigned long flags; |
298 | struct snd_usb_packet_info *packet; | 298 | struct snd_usb_packet_info *uninitialized_var(packet); |
299 | struct snd_urb_ctx *ctx = NULL; | 299 | struct snd_urb_ctx *ctx = NULL; |
300 | struct urb *urb; | 300 | struct urb *urb; |
301 | int err, i; | 301 | int err, i; |