Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c1615912 authored by Roel Kluin's avatar Roel Kluin Committed by Takashi Iwai
Browse files

sound: OSS: missing parentheses in pas2_card.c



Add missing parentheses in pas2_card.c.

Signed-off-by: default avatarRoel Kluin <roel.kluin@gmail.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent b22f5d94
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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)
	{