summaryrefslogtreecommitdiffstats
path: root/drivers/sound/pss.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/sound/pss.c')
-rw-r--r--drivers/sound/pss.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/sound/pss.c b/drivers/sound/pss.c
index fd6e0b6f5..701be5289 100644
--- a/drivers/sound/pss.c
+++ b/drivers/sound/pss.c
@@ -796,7 +796,7 @@ static int pss_coproc_ioctl(void *dev_info, unsigned int cmd, caddr_t arg, int l
data = (unsigned short *)mbuf->data;
save_flags(flags);
cli();
- for (i = 0; i < mbuf->len; i++) {
+ for (i = 0; i < sizeof(mbuf->data)/sizeof(unsigned short); i++) {
mbuf->len = i; /* feed back number of WORDs read */
if (!pss_get_dspword(devc, data++)) {
if (i == 0)