forked from Minki/linux
77516d25f5
The copy_to_user() function returns the number of bytes remaining but
we want to return -EFAULT to the user if it can't complete the copy.
The "st" variable only holds zero on success or negative error codes on
failure so the type should be int.
Fixes:
|
||
---|---|---|
.. | ||
config.c | ||
core.c | ||
cregs.c | ||
dev.c | ||
dma.c | ||
Makefile | ||
rsxx_cfg.h | ||
rsxx_priv.h | ||
rsxx.h |