Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 319227
b: refs/heads/master
c: d295b12
h: refs/heads/master
i:
  319225: 3ffe63d
  319223: 1be0dd8
v: v3
  • Loading branch information
Thierry Reding committed Jul 23, 2012
1 parent 6a74dc7 commit 9308aac
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 2132fa8d95bc13b8b0e307553b04ee3517762ebe
refs/heads/master: d295b129762bf6b2b7541243f496e363580de4a2
2 changes: 1 addition & 1 deletion trunk/drivers/pwm/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -529,9 +529,9 @@ struct pwm_device *pwm_get(struct device *dev, const char *con_id)
struct pwm_device *pwm = ERR_PTR(-EPROBE_DEFER);
const char *dev_id = dev ? dev_name(dev): NULL;
struct pwm_chip *chip = NULL;
unsigned int index = 0;
unsigned int best = 0;
struct pwm_lookup *p;
unsigned int index;
unsigned int match;

/* look up via DT first */
Expand Down

0 comments on commit 9308aac

Please sign in to comment.