Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24761
b: refs/heads/master
c: 5d4fe2c
h: refs/heads/master
i:
  24759: 62e8dac
v: v3
  • Loading branch information
Lennert Buytenhek authored and Jeff Garzik committed Mar 29, 2006
1 parent 11329ea commit c549955
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: 391fc09a143aac08d1a3dc37b60238612b504ad3
refs/heads/master: 5d4fe2c1ce83c3e967ccc1ba3d580c1a5603a866
5 changes: 1 addition & 4 deletions trunk/drivers/net/ixp2000/ixpdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -299,10 +299,7 @@ int ixpdev_init(int __nds_count, struct net_device **__nds,
int i;
int err;

if (RX_BUF_COUNT > 192 || TX_BUF_COUNT > 192) {
static void __too_many_rx_or_tx_buffers(void);
__too_many_rx_or_tx_buffers();
}
BUILD_BUG_ON(RX_BUF_COUNT > 192 || TX_BUF_COUNT > 192);

printk(KERN_INFO "IXP2000 MSF ethernet driver %s\n", DRV_MODULE_VERSION);

Expand Down

0 comments on commit c549955

Please sign in to comment.