Skip to content

Commit

Permalink
scsi: qedi: Cleanup redundant QEDI_PAGE_SIZE macro definition
Browse files Browse the repository at this point in the history
Remove redundant macro definition.

Signed-off-by: Nilesh Javali <nilesh.javali@cavium.com>
Reviewed-by: Lee Duncan <lduncan@suse.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
  • Loading branch information
Nilesh Javali authored and Martin K. Petersen committed Nov 29, 2018
1 parent 59a206b commit 3fb5a21
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/scsi/qedi/qedi.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,9 @@ struct qedi_endpoint;
#define TX_RX_RING 16
#define RX_RING (TX_RX_RING - 1)
#define LL2_SINGLE_BUF_SIZE 0x400
#define QEDI_PAGE_SIZE 4096
#define QEDI_PAGE_ALIGN(addr) ALIGN(addr, QEDI_PAGE_SIZE)
#define QEDI_PAGE_MASK (~((QEDI_PAGE_SIZE) - 1))

#define QEDI_PAGE_SIZE 4096
#define QEDI_HW_DMA_BOUNDARY 0xfff
#define QEDI_PATH_HANDLE 0xFE0000000UL

Expand Down

0 comments on commit 3fb5a21

Please sign in to comment.