]> git.karo-electronics.de Git - linux-beck.git/commit
Staging: sep: clean up some of the obvious sillies
authorAlan Cox <alan@linux.intel.com>
Wed, 24 Nov 2010 19:38:02 +0000 (19:38 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 29 Nov 2010 19:17:28 +0000 (11:17 -0800)
commitda14e55130785db243a98523b57ddf56d6c6320a
tree2a25e7b900d0bd5ba9d424844654f36632a849ac
parentd1bb83213d5b7b3a4e3db59179917a433f82762c
Staging: sep: clean up some of the obvious sillies

Various assignments are done but not used
dev_dbg formatting is a bit weird and wraps when not needed
Take out some of the blank lines and reformat a bit to reduce view size
Remove some comments that are obvious
Fix else formatting
Remove some user triggerable dev_warns
Fix copy_from_user error return cases (-EFAULT not bytes copied)

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/sep/sep_driver.c