提交 c1615912 编写于 作者: R Roel Kluin 提交者: Takashi Iwai

sound: OSS: missing parentheses in pas2_card.c

Add missing parentheses in pas2_card.c.
Signed-off-by: NRoel Kluin <roel.kluin@gmail.com>
Signed-off-by: NTakashi Iwai <tiwai@suse.de>
上级 b22f5d94
......@@ -156,9 +156,7 @@ static int __init config_pas_hw(struct address_info *hw_config)
* 0x80
*/ , 0xB88);
pas_write(0x80
| joystick?0x40:0
,0xF388);
pas_write(0x80 | (joystick ? 0x40 : 0), 0xF388);
if (pas_irq < 0 || pas_irq > 15)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
新手
引导
客服 返回
顶部