Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 265146
b: refs/heads/master
c: 0889551
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Greg Kroah-Hartman committed Oct 18, 2011
1 parent 28ef2f7 commit 3d13553
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 273d23574f9dacd9c63c80e7d63639a669aad441
refs/heads/master: 0889551267e7b6b4d27dc9f726f3d0cb0d976105
2 changes: 1 addition & 1 deletion trunk/drivers/usb/gadget/f_midi.c
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ static int f_midi_out_open(struct snd_rawmidi_substream *substream)
{
struct f_midi *midi = substream->rmidi->private_data;

if (!substream->number >= MAX_PORTS)
if (substream->number >= MAX_PORTS)
return -EINVAL;

VDBG(midi, "%s()\n", __func__);
Expand Down

0 comments on commit 3d13553

Please sign in to comment.