commit | c16159123d5b3245e2b30023a207606c74032f9c | [log] [tgz] |
---|---|---|
author | Roel Kluin <roel.kluin@gmail.com> | Wed Feb 18 10:15:00 2009 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Wed Feb 18 11:37:51 2009 +0100 |
tree | cd39a60eeef05ca67fbabb8a5c219804abde6d26 | |
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>
diff --git a/sound/oss/pas2_card.c b/sound/oss/pas2_card.c index 25f3a22..7f377ec 100644 --- a/sound/oss/pas2_card.c +++ b/sound/oss/pas2_card.c
@@ -156,9 +156,7 @@ * 0x80 */ , 0xB88); - pas_write(0x80 - | joystick?0x40:0 - ,0xF388); + pas_write(0x80 | (joystick ? 0x40 : 0), 0xF388); if (pas_irq < 0 || pas_irq > 15) {