History log of /drivers/staging/keucr/smscsi.c
Revision Date Author Comments
e1d94ecc1fbbabd3abb0f8c95ca7b2ea5ec2626d 22-Jul-2011 Ruslan Pisarev <ruslan@rpisarev.org.ua> Staging: keucr: Coding style fixes in smscsi.c

I fixed whitespace, brace style and commetnt in smscsi.c

Signed-off-by: Ruslan Pisarev <ruslan@rpisarev.org.ua>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
d8aba9d5d6c0d9809798967b9aac293690233b6d 09-May-2011 Randy Dunlap <randy.dunlap@oracle.com> staging/keucr: fix sparse statics and non-ANSI function warnings

Make lots of functions and data static (fixes sparse warnings).
Fix 5 functions to use ANSI format for function parameters (fixes
sparse warnings).

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
b1f5f54e91e30ecd5ac670edc8bb2c0ee5990d0f 19-Sep-2010 Vasiliy Kulikov <segooon@gmail.com> staging: keucr: check kmalloc() return value

kmalloc() may fail, if so return error code.

Signed-off-by: Vasiliy Kulikov <segooon@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
126bb03b461c2f03f2d2a43b9a587941bf146e0e 08-Sep-2010 Al Cho <acho@novell.com> Staging: add USB ENE card reader driver

This driver is for the ENE card reader that can be found in many
different laptops. It was written by ENE, but cleaned up to
work properly in the kernel tree by Novell.

Signed-off-by: Al Cho <acho@novell.com>
Cc: <yiyingc@ene.com.tw>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>