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 0f32a561f15f..145e36b2cfd0 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 | |||
359 | { | 359 | { |
360 | /*_____ Send the next byte */ | 360 | /*_____ Send the next byte */ |
361 | outw (*block++, REG (PSS_DATA)); | 361 | outw (*block++, REG (PSS_DATA)); |
362 | }; | 362 | } |
363 | count++; | 363 | count++; |
364 | } | 364 | } |
365 | 365 | ||