Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96005
b: refs/heads/master
c: d642617
h: refs/heads/master
i:
  96003: fe72467
v: v3
  • Loading branch information
Davide Rizzo authored and Takashi Iwai committed May 5, 2008
1 parent 3387797 commit 078338c
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: 2e75d050e42d1c61e820f9a35078a2f69e02cc3e
refs/heads/master: d6426171bab3403cdcd5613d5549f20b0ab0967c
2 changes: 1 addition & 1 deletion trunk/sound/soc/s3c24xx/s3c24xx-pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ static int s3c24xx_pcm_hw_params(struct snd_pcm_substream *substream,
ret = s3c2410_dma_request(prtd->params->channel,
prtd->params->client, NULL);

if (ret) {
if (ret < 0) {
DBG(KERN_ERR "failed to get dma channel\n");
return ret;
}
Expand Down

0 comments on commit 078338c

Please sign in to comment.