diff options
author | Roel Kluin <roel.kluin@gmail.com> | 2009-02-18 04:15:00 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-02-18 05:37:51 -0500 |
commit | c16159123d5b3245e2b30023a207606c74032f9c (patch) | |
tree | cd39a60eeef05ca67fbabb8a5c219804abde6d26 /sound/oss | |
parent | b22f5d94c432e97df8d85151fcf3da16cee75f04 (diff) |
sound: OSS: missing parentheses in pas2_card.c
Add missing parentheses in pas2_card.c.
Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/oss')
-rw-r--r-- | sound/oss/pas2_card.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sound/oss/pas2_card.c b/sound/oss/pas2_card.c index 25f3a22c52ee..7f377ec3486d 100644 --- a/sound/oss/pas2_card.c +++ b/sound/oss/pas2_card.c | |||
@@ -156,9 +156,7 @@ static int __init config_pas_hw(struct address_info *hw_config) | |||
156 | * 0x80 | 156 | * 0x80 |
157 | */ , 0xB88); | 157 | */ , 0xB88); |
158 | 158 | ||
159 | pas_write(0x80 | 159 | pas_write(0x80 | (joystick ? 0x40 : 0), 0xF388); |
160 | | joystick?0x40:0 | ||
161 | ,0xF388); | ||
162 | 160 | ||
163 | if (pas_irq < 0 || pas_irq > 15) | 161 | if (pas_irq < 0 || pas_irq > 15) |
164 | { | 162 | { |