Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203417
b: refs/heads/master
c: 3e9e0b8
h: refs/heads/master
i:
  203415: 1139c62
v: v3
  • Loading branch information
FUJITA Tomonori authored and David S. Miller committed Jul 8, 2010
1 parent 3c3aa95 commit 4f373be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 5cf3e03457aa905f17f9765702850316b69aad1e
refs/heads/master: 3e9e0b8364dfb741a06ea40d8fad7f954a291339
2 changes: 0 additions & 2 deletions trunk/drivers/net/b44.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ static void b44_init_rings(struct b44 *);

static void b44_init_hw(struct b44 *, int);

static int dma_desc_align_mask;
static int dma_desc_sync_size;
static int instance;

Expand Down Expand Up @@ -2340,7 +2339,6 @@ static int __init b44_init(void)
int err;

/* Setup paramaters for syncing RX/TX DMA descriptors */
dma_desc_align_mask = ~(dma_desc_align_size - 1);
dma_desc_sync_size = max_t(unsigned int, dma_desc_align_size, sizeof(struct dma_desc));

err = b44_pci_init();
Expand Down

0 comments on commit 4f373be

Please sign in to comment.