Skip to content

Commit

Permalink
usb: gadget: f_uac2: fix compile warning
Browse files Browse the repository at this point in the history
this warning was introduced by previous patches,
fix it.

Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
  • Loading branch information
Felipe Balbi committed Jan 21, 2013
1 parent 27a4663 commit a1ac29b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/usb/gadget/f_uac2.c
Original file line number Diff line number Diff line change
@@ -260,7 +260,6 @@ static int
uac2_pcm_trigger(struct snd_pcm_substream *substream, int cmd)
{
struct snd_uac2_chip *uac2 = snd_pcm_substream_chip(substream);
struct audio_dev *agdev = uac2_to_agdev(uac2);
struct uac2_rtd_params *prm;
unsigned long flags;
int err = 0;

0 comments on commit a1ac29b

Please sign in to comment.