Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203695
b: refs/heads/master
c: 50a749c
h: refs/heads/master
i:
  203693: f8a2486
  203691: 42e5fd7
  203687: 00ffb41
  203679: 49853ab
v: v3
  • Loading branch information
Dan Carpenter authored and David S. Miller committed Jul 23, 2010
1 parent d9f811b commit 15e4166
Show file tree
Hide file tree
Showing 2 changed files with 3 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: f89f5d0e94e001e0a09bd433c0c0f089eaf0dea9
refs/heads/master: 50a749c1f2fc8f03232c174c9dbc78a78f9bebfd
3 changes: 2 additions & 1 deletion trunk/drivers/net/mv643xx_eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -2675,7 +2675,8 @@ static int mv643xx_eth_shared_probe(struct platform_device *pdev)
* Detect hardware parameters.
*/
msp->t_clk = (pd != NULL && pd->t_clk != 0) ? pd->t_clk : 133000000;
msp->tx_csum_limit = pd->tx_csum_limit ? pd->tx_csum_limit : 9 * 1024;
msp->tx_csum_limit = (pd != NULL && pd->tx_csum_limit) ?
pd->tx_csum_limit : 9 * 1024;
infer_hw_params(msp);

platform_set_drvdata(pdev, msp);
Expand Down

0 comments on commit 15e4166

Please sign in to comment.