|
@@ -295,7 +295,7 @@ static void queue_pending_output_urbs(struct snd_usb_endpoint *ep)
|
|
while (test_bit(EP_FLAG_RUNNING, &ep->flags)) {
|
|
while (test_bit(EP_FLAG_RUNNING, &ep->flags)) {
|
|
|
|
|
|
unsigned long flags;
|
|
unsigned long flags;
|
|
- struct snd_usb_packet_info *packet;
|
|
|
|
|
|
+ struct snd_usb_packet_info *uninitialized_var(packet);
|
|
struct snd_urb_ctx *ctx = NULL;
|
|
struct snd_urb_ctx *ctx = NULL;
|
|
struct urb *urb;
|
|
struct urb *urb;
|
|
int err, i;
|
|
int err, i;
|