git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ccf9ea9
)
[SCSI] aic94xx: fix ABORT_TASK define conflict
author
Boaz Harrosh
<bharrosh@panasas.com>
Wed, 6 Feb 2008 13:38:33 +0000
(15:38 +0200)
committer
James Bottomley
<James.Bottomley@HansenPartnership.com>
Mon, 11 Feb 2008 19:36:31 +0000
(13:36 -0600)
include/scsi/scsi.h as a definition:
#define ABORT_TASK 0x0d
on the other hand drivers/scsi/aic94xx/aic94xx_sas.h has:
#define ABORT_TASK 0x03
rename the latter to SCB_ABORT_TASK
Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
No differences found