Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 173585
b: refs/heads/master
c: b5d0329
h: refs/heads/master
i:
  173583: 54073fb
v: v3
  • Loading branch information
Giridhar Malavali authored and James Bottomley committed Dec 4, 2009
1 parent aa7d601 commit 9f7c1b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 29c5397fc1d28f9b75057644ce8e546671d2a9a9
refs/heads/master: b5d0329f424df20c67d0d9ee979fbd2b8b5ed74d
4 changes: 2 additions & 2 deletions trunk/drivers/scsi/qla2xxx/qla_def.h
Original file line number Diff line number Diff line change
Expand Up @@ -2440,11 +2440,11 @@ struct qla_hw_data {
dma_addr_t edc_data_dma;
uint16_t edc_data_len;

#define XGMAC_DATA_SIZE PAGE_SIZE
#define XGMAC_DATA_SIZE 4096
void *xgmac_data;
dma_addr_t xgmac_data_dma;

#define DCBX_TLV_DATA_SIZE PAGE_SIZE
#define DCBX_TLV_DATA_SIZE 4096
void *dcbx_tlv;
dma_addr_t dcbx_tlv_dma;

Expand Down

0 comments on commit 9f7c1b5

Please sign in to comment.