diff options
Diffstat (limited to 'sound/oss/uart401.c')
| -rw-r--r-- | sound/oss/uart401.c | 11 | 
1 files changed, 2 insertions, 9 deletions
diff --git a/sound/oss/uart401.c b/sound/oss/uart401.c index 5433c6f5eca..62b8869f5a4 100644 --- a/sound/oss/uart401.c +++ b/sound/oss/uart401.c @@ -274,19 +274,12 @@ static int reset_uart401(uart401_devc * devc)  		}  	} - +	/* Flush input before enabling interrupts */  	if (ok) -	{ -		DEB(printk("Reset UART401 OK\n")); -	} +		uart401_input_loop(devc);  	else  		DDB(printk("Reset UART401 failed - No hardware detected.\n")); -	if (ok) -		uart401_input_loop(devc);	/* -						 * Flush input before enabling interrupts -						 */ -  	return ok;  }  | 
