Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 307694
b: refs/heads/master
c: 07ce8ec
h: refs/heads/master
v: v3
  • Loading branch information
Grant Likely committed May 19, 2012
1 parent 65a5929 commit 7737e40
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: e9fe32bcadb8a7a40411d77f168abd45941b049b
refs/heads/master: 07ce8ec7308ab3fa55fe2861671b157f857fff58
2 changes: 1 addition & 1 deletion trunk/drivers/gpio/gpiolib.c
Original file line number Diff line number Diff line change
Expand Up @@ -1154,7 +1154,7 @@ EXPORT_SYMBOL_GPL(gpiochip_remove);
* non-zero, this function will return to the caller and not iterate over any
* more gpio_chips.
*/
struct gpio_chip *gpiochip_find(const void *data,
struct gpio_chip *gpiochip_find(void *data,
int (*match)(struct gpio_chip *chip,
void *data))
{
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/asm-generic/gpio.h
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ extern int __must_check gpiochip_reserve(int start, int ngpio);
/* add/remove chips */
extern int gpiochip_add(struct gpio_chip *chip);
extern int __must_check gpiochip_remove(struct gpio_chip *chip);
extern struct gpio_chip *gpiochip_find(const void *data,
extern struct gpio_chip *gpiochip_find(void *data,
int (*match)(struct gpio_chip *chip,
void *data));

Expand Down

0 comments on commit 7737e40

Please sign in to comment.