Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18839
b: refs/heads/master
c: 22d4d77
h: refs/heads/master
i:
  18837: ed86881
  18835: 41c6341
  18831: 48ff076
v: v3
  • Loading branch information
Alan Cox authored and Jeff Garzik committed Jan 18, 2006
1 parent cdb67e0 commit 081ecc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 0570cc08194630bd78aef7c2c2b4f6a3f02c2bba
refs/heads/master: 22d4d77183f0af8b3b643544a5ae64ec6105d88b
2 changes: 1 addition & 1 deletion trunk/drivers/net/b44.c
Original file line number Diff line number Diff line change
Expand Up @@ -2136,7 +2136,7 @@ static int __init b44_init(void)

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

return pci_module_init(&b44_driver);
}
Expand Down

0 comments on commit 081ecc0

Please sign in to comment.