Return updated blocksize from setblocksize function.
This commit is contained in:
parent
61608985c7
commit
bb76bd1180
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user