projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44f30b0
)
[SCSI] sym2: Use DMA_40BIT_MASK constant
author
Matthew Wilcox
<matthew@wil.cx>
Wed, 30 Nov 2005 04:08:36 +0000
(23:08 -0500)
committer
James Bottomley
<jejb@mulgrave.(none)>
Wed, 14 Dec 2005 01:11:41 +0000
(18:11 -0700)
Now that this constant has been added to dma-mapping.h, we don't need our
own definition
Signed-off-by: Matthew Wilcox <matthew@wil.cx>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/sym53c8xx_2/sym_glue.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/scsi/sym53c8xx_2/sym_glue.c
b/drivers/scsi/sym53c8xx_2/sym_glue.c
index d924997db48b44c82773a05742ada92848cd123f..bb90ef9659ab47d708a4d0178a99878a4978d17f 100644
(file)
--- a/
drivers/scsi/sym53c8xx_2/sym_glue.c
+++ b/
drivers/scsi/sym53c8xx_2/sym_glue.c
@@
-1532,7
+1532,7
@@
static int sym_setup_bus_dma_mask(struct sym_hcb *np)
{
#if SYM_CONF_DMA_ADDRESSING_MODE > 0
#if SYM_CONF_DMA_ADDRESSING_MODE == 1
-#define DMA_DAC_MASK
0x000000ffffffffffULL /* 40-bit */
+#define DMA_DAC_MASK
DMA_40BIT_MASK
#elif SYM_CONF_DMA_ADDRESSING_MODE == 2
#define DMA_DAC_MASK DMA_64BIT_MASK
#endif