Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347113
b: refs/heads/master
c: c937136
h: refs/heads/master
i:
  347111: 0e78f82
v: v3
  • Loading branch information
Axel Lin authored and Thierry Reding committed Nov 22, 2012
1 parent 3be0cf3 commit 0f44508
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: ce20364bf75b0e91156698eea49f1e8586b212c1
refs/heads/master: c9371360997ba26c7e341b3d91d530e16a6aab1b
4 changes: 2 additions & 2 deletions trunk/drivers/pwm/pwm-spear.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ static inline void spear_pwm_writel(struct spear_pwm_chip *chip,
writel_relaxed(val, chip->mmio_base + (num << 4) + offset);
}

int spear_pwm_config(struct pwm_chip *chip, struct pwm_device *pwm, int duty_ns,
int period_ns)
static int spear_pwm_config(struct pwm_chip *chip, struct pwm_device *pwm,
int duty_ns, int period_ns)
{
struct spear_pwm_chip *pc = to_spear_pwm_chip(chip);
u64 val, div, clk_rate;
Expand Down

0 comments on commit 0f44508

Please sign in to comment.