diff options
Diffstat (limited to 'sound/oss/pss.c')
| -rw-r--r-- | sound/oss/pss.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/oss/pss.c b/sound/oss/pss.c index 0f32a561f15..145e36b2cfd 100644 --- a/sound/oss/pss.c +++ b/sound/oss/pss.c @@ -359,7 +359,7 @@ static int pss_download_boot(pss_confdata * devc, unsigned char *block, int size  		{  			/*_____ Send the next byte */  			outw (*block++, REG (PSS_DATA)); -		}; +		}  		count++;  	}  |