Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 233095
b: refs/heads/master
c: ebc02e9
h: refs/heads/master
i:
  233093: 6464d1a
  233091: ded8d20
  233087: c1ce728
v: v3
  • Loading branch information
Tomoya MORINAGA authored and David S. Miller committed Feb 10, 2011
1 parent 935e5d3 commit 2eb8cc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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: cd141eeea911029b248cecf2fc464a12fe575dcf
refs/heads/master: ebc02e9c524e9ff377dd8a3820522d381adf19c8
4 changes: 2 additions & 2 deletions trunk/drivers/net/can/pch_can.c
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,9 @@ struct pch_can_priv {

static struct can_bittiming_const pch_can_bittiming_const = {
.name = KBUILD_MODNAME,
.tseg1_min = 1,
.tseg1_min = 2,
.tseg1_max = 16,
.tseg2_min = 2,
.tseg2_min = 1,
.tseg2_max = 8,
.sjw_max = 4,
.brp_min = 1,
Expand Down

0 comments on commit 2eb8cc3

Please sign in to comment.