Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26481
b: refs/heads/master
c: 86cfcb9
h: refs/heads/master
i:
  26479: c1a9502
v: v3
  • Loading branch information
Ralf Baechle authored and David S. Miller committed May 4, 2006
1 parent f89962e commit 7248c7d
Show file tree
Hide file tree
Showing 3 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: 3f072310d0ca85891323e9d325c37c76de389387
refs/heads/master: 86cfcb95ec60e910d7efcb35ae89bf3403befaad
1 change: 0 additions & 1 deletion trunk/net/netrom/nr_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ static struct net_device_stats *nr_get_stats(struct net_device *dev)

void nr_setup(struct net_device *dev)
{
SET_MODULE_OWNER(dev);
dev->mtu = NR_MAX_PACKET_SIZE;
dev->hard_start_xmit = nr_xmit;
dev->open = nr_open;
Expand Down
1 change: 0 additions & 1 deletion trunk/net/rose/rose_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ static struct net_device_stats *rose_get_stats(struct net_device *dev)

void rose_setup(struct net_device *dev)
{
SET_MODULE_OWNER(dev);
dev->mtu = ROSE_MAX_PACKET_SIZE - 2;
dev->hard_start_xmit = rose_xmit;
dev->open = rose_open;
Expand Down

0 comments on commit 7248c7d

Please sign in to comment.