summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/eata_dma_proc.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/eata_dma_proc.c')
-rw-r--r--drivers/scsi/eata_dma_proc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/eata_dma_proc.c b/drivers/scsi/eata_dma_proc.c
index 725a70a4a..8768db48c 100644
--- a/drivers/scsi/eata_dma_proc.c
+++ b/drivers/scsi/eata_dma_proc.c
@@ -167,7 +167,7 @@ int eata_proc_info(char *buffer, char **start, off_t offset, int length,
cmnd[9] = 0;
scmd->cmd_len = 10;
- scmd->sc_data_direction = DATA_READ;
+ scmd->sc_data_direction = SCSI_DATA_READ;
/*
* Do the command and wait for it to finish.