[PATCH 1/3] staging/keucr: don't use SUCCESS as macro name

Greg KH greg at kroah.com
Mon May 9 18:05:15 UTC 2011


On Mon, May 09, 2011 at 10:47:51AM -0700, Randy Dunlap wrote:
> From: Randy Dunlap <randy.dunlap at oracle.com>
> 
> Don't use "SUCCESS" as a macro name.  This collides with SCSI's macro
> of the same name, but with a different value:
> 
> drivers/staging/keucr/smcommon.h:9:9: warning: preprocessor token SUCCESS redefined
> include/scsi/scsi.h:463:9: this was the original definition
> 
> Signed-off-by: Randy Dunlap <randy.dunlap at oracle.com>
> ---
> 
> Is progress being made on this driver???

Yes, a large chunk of it just got split out of it and moved to the
usb-storage driver, where it really belonged.

As for the cleanup of the rest, I think Al is working on it, but I
haven't heard much from him in a few weeks.

Al, how goes the cleanup of this code?

thanks,

greg k-h



More information about the devel mailing list