Skip to content

Commit

Permalink
sound: OSS: missing parentheses in pas2_card.c
Browse files Browse the repository at this point in the history
Add missing parentheses in pas2_card.c.

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Roel Kluin authored and Takashi Iwai committed Feb 18, 2009
1 parent b22f5d9 commit c161591
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sound/oss/pas2_card.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit c161591

Please sign in to comment.