Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 282135
b: refs/heads/master
c: 33d5894
h: refs/heads/master
i:
  282133: c8b50a0
  282131: 89a29bb
  282127: 7c5c7d8
v: v3
  • Loading branch information
Marek Belisko authored and Linus Walleij committed Jan 3, 2012
1 parent f13f5e3 commit ca40cae
Show file tree
Hide file tree
Showing 3 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: 336cdba09a5df706402628fb20b7660d186aff6c
refs/heads/master: 33d58949adee5086478e140751e4a7263bd7e207
2 changes: 1 addition & 1 deletion trunk/drivers/pinctrl/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ struct pinctrl_dev *get_pinctrl_dev_from_dev(struct device *dev,
return found ? pctldev : NULL;
}

struct pin_desc *pin_desc_get(struct pinctrl_dev *pctldev, int pin)
struct pin_desc *pin_desc_get(struct pinctrl_dev *pctldev, unsigned int pin)
{
struct pin_desc *pindesc;
unsigned long flags;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/pinctrl/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ struct pin_desc {

struct pinctrl_dev *get_pinctrl_dev_from_dev(struct device *dev,
const char *dev_name);
struct pin_desc *pin_desc_get(struct pinctrl_dev *pctldev, int pin);
struct pin_desc *pin_desc_get(struct pinctrl_dev *pctldev, unsigned int pin);
int pinctrl_get_device_gpio_range(unsigned gpio,
struct pinctrl_dev **outdev,
struct pinctrl_gpio_range **outrange);
Expand Down

0 comments on commit ca40cae

Please sign in to comment.