alistair23-linux/drivers/staging/intel_sst
Dan Carpenter 388b2b97ba Staging: sst: more copy_to_user() changes
Vinod wanted the copy_to_user() calls in this format:
	if (copy_to_user())
		retval = -EFAULT;
instead of this:
	retval = copy_to_user();
	if (retval)
		retval = -EFAULt;

I've done that for the whole intel_sst_app_interface.c file.  In the
process I noticed a couple more places that returned -EBUSY or -EAGAIN
instead of -EFAULT.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2010-10-15 15:42:26 -07:00
..
intel_sst.c
intel_sst.h
intel_sst_app_interface.c Staging: sst: more copy_to_user() changes 2010-10-15 15:42:26 -07:00
intel_sst_common.h
intel_sst_drv_interface.c staging: intel_sst: include delay.h to fix build error 2010-10-12 08:55:40 -07:00
intel_sst_dsp.c
intel_sst_fw_ipc.h Staging: intel_sst: off by one bug 2010-10-15 15:42:26 -07:00
intel_sst_ioctl.h
intel_sst_ipc.c
intel_sst_pvt.c
intel_sst_stream.c Staging: intel_sst: off by one bug 2010-10-15 15:42:26 -07:00
intel_sst_stream_encoded.c
intelmid.c staging: sst: Remove the aava bits 2010-10-14 12:11:24 -07:00
intelmid.h
intelmid_ctrl.c
intelmid_msic_control.c
intelmid_pvt.c
intelmid_snd_control.h
intelmid_v0_control.c
intelmid_v1_control.c staging: sst: Remove the aava bits 2010-10-14 12:11:24 -07:00
intelmid_v2_control.c
jack.h
Kconfig
Makefile Staging: intel_sst: Makefile: replace the use of <module>-objs with <module>-y 2010-10-08 07:23:48 -07:00
TODO staging: sst: Remove the aava bits 2010-10-14 12:11:24 -07:00