Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 133166
b: refs/heads/master
c: a259cb8
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and Takashi Iwai committed Feb 16, 2009
1 parent 51ac6b3 commit 3255b19
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: 1afa6e2e1d26d0b9d96785ee1823bf11c4c5f202
refs/heads/master: a259cb8eb784352ee9ce46a4fc6cd94fc2fbc68d
2 changes: 1 addition & 1 deletion trunk/sound/oss/ad1848.c
Original file line number Diff line number Diff line change
Expand Up @@ -2107,7 +2107,7 @@ int ad1848_control(int cmd, int arg)
switch (cmd)
{
case AD1848_SET_XTAL: /* Change clock frequency of AD1845 (only ) */
if (devc->model != MD_1845 || devc->model != MD_1845_SSCAPE)
if (devc->model != MD_1845 && devc->model != MD_1845_SSCAPE)
return -EINVAL;
spin_lock_irqsave(&devc->lock,flags);
ad_enter_MCE(devc);
Expand Down

0 comments on commit 3255b19

Please sign in to comment.