commit | faac48ecf475c8e214190dabe600585e0bd4f455 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <matthew@wil.cx> | Sun Sep 09 08:56:37 2007 -0600 |
committer | James Bottomley <jejb@mulgrave.localdomain> | Fri Oct 12 14:48:07 2007 -0400 |
tree | 42a17f8cbcd860ce8d55013d160ae0257f077127 | |
parent | f05ec594fed6890d38bb8767676f626a4035ba55 [diff] |
[SCSI] advansys: Remove a check for an impossible condition AscExeScsiQueue() has one caller, and it passes the address of a variable; this cannot ever be NULL. This is the only place that ever sets ASCQ_ERR_SCSIQ_NULL_PTR, so delete that error code too, as well as several other unused ASCQ_ERR codes. Signed-off-by: Matthew Wilcox <matthew@wil.cx> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>