commit | 5929faf3334f4c69f3bb02be59d7c127e0cefa1f | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@us.ibm.com> | Mon Nov 05 11:51:17 2007 -0800 |
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | Fri Jan 11 18:22:41 2008 -0600 |
tree | d82d79f1e2aaea1306e6e4888590a6755c99d7d7 | |
parent | e5a69e27cc193f98c9a5a9086e3bf85528170623 [diff] |
[SCSI] libsas: Convert sas_proto users to sas_protocol 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 <djwong@us.ibm.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>