Re: [PATCH 1/2] libsas: Convert sas_proto users to sas_protocol

2007-11-05 Thread Jeff Garzik
Darrick J. Wong wrote: sparse complains about the mixing of enums in libsas. Since the underlying numeric values of both enums are the same, combine them to get rid of the warning. Signed-off-by: Darrick J. Wong <[EMAIL PROTECTED]> --- drivers/scsi/aic94xx/aic94xx_dev.c |6 +++--- driver

[PATCH 1/2] libsas: Convert sas_proto users to sas_protocol

2007-11-05 Thread Darrick J. Wong
sparse complains about the mixing of enums in libsas. Since the underlying numeric values of both enums are the same, combine them to get rid of the warning. Signed-off-by: Darrick J. Wong <[EMAIL PROTECTED]> --- drivers/scsi/aic94xx/aic94xx_dev.c |6 +++--- drivers/scsi/aic94xx/aic94xx_du