Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 105378
b: refs/heads/master
c: 5aa0769
h: refs/heads/master
v: v3
  • Loading branch information
Hans-Christian Egtvedt authored and Linus Torvalds committed Jul 24, 2008
1 parent 2992b16 commit e2819b4
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 82736f4d1d2b7063b829cc93171a6e5aea8a9c49
refs/heads/master: 5aa0769d089125e63f8dc23e0283e559e1790493
3 changes: 1 addition & 2 deletions trunk/drivers/misc/atmel_pwm.c
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,7 @@ int pwm_clk_alloc(unsigned prescale, unsigned div)
if ((mr & 0xffff) == 0) {
mr |= val;
ret = PWM_CPR_CLKA;
}
if ((mr & (0xffff << 16)) == 0) {
} else if ((mr & (0xffff << 16)) == 0) {
mr |= val << 16;
ret = PWM_CPR_CLKB;
}
Expand Down

0 comments on commit e2819b4

Please sign in to comment.