Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39070
b: refs/heads/master
c: 9b08c2a
h: refs/heads/master
v: v3
  • Loading branch information
Karsten Wiese authored and Jaroslav Kysela committed Oct 6, 2006
1 parent c0b5aef commit e134630
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: 104326f8df9925317cca64b84249d3eac5de7c74
refs/heads/master: 9b08c2aa54948361da0e2d26b47e3bcb8f8911e8
2 changes: 1 addition & 1 deletion trunk/sound/usb/usx2y/usx2yhwdeppcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ static int usX2Y_pcms_lock_check(struct snd_card *card)
for (s = 0; s < 2; ++s) {
struct snd_pcm_substream *substream;
substream = pcm->streams[s].substream;
if (SUBSTREAM_BUSY(substream))
if (substream && SUBSTREAM_BUSY(substream))
err = -EBUSY;
}
}
Expand Down

0 comments on commit e134630

Please sign in to comment.