Return updated blocksize from setblocksize function.

This commit is contained in:
Orion Hodson 2001-09-03 02:14:55 +00:00
parent 61608985c7
commit bb76bd1180

View File

@ -354,7 +354,7 @@ cs4281chan_setblocksize(kobj_t obj, void *data, u_int32_t blocksize)
DEB(printf("cs4281chan_setblocksize: bufsz %d Setting %d\n", blocksize, ch->blksz));
return blocksize;
return ch->blksz;
}
static int