Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 194609
b: refs/heads/master
c: 2c48520
h: refs/heads/master
i:
  194607: d493c8e
v: v3
  • Loading branch information
Sjur Braendeland authored and David S. Miller committed Apr 28, 2010
1 parent 0e5ce2a commit 77cc414
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: 8391c4aab1aa4f47a9dab2c1ec3ebd2cbf09df1b
refs/heads/master: 2c485209a5c73fe94f4074e381cdc1ee24ca94a8
4 changes: 2 additions & 2 deletions trunk/net/caif/caif_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -247,10 +247,10 @@ static int caif_device_notify(struct notifier_block *me, unsigned long what,

switch (caifdev->link_select) {
case CAIF_LINK_HIGH_BANDW:
pref = CFPHYPREF_LOW_LAT;
pref = CFPHYPREF_HIGH_BW;
break;
case CAIF_LINK_LOW_LATENCY:
pref = CFPHYPREF_HIGH_BW;
pref = CFPHYPREF_LOW_LAT;
break;
default:
pref = CFPHYPREF_HIGH_BW;
Expand Down

0 comments on commit 77cc414

Please sign in to comment.