Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 374776
b: refs/heads/master
c: b57d43f
h: refs/heads/master
v: v3
  • Loading branch information
Sachin Kamat authored and David Woodhouse committed Apr 5, 2013
1 parent 049285a commit 624e68d
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: b60c7243863fd2a5059d2c3137ed31b797cd7848
refs/heads/master: b57d43ff64b036f43940e25d153518bee6cbc7ec
3 changes: 1 addition & 2 deletions trunk/drivers/mtd/nand/gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ static struct resource *gpio_nand_get_io_sync_of(struct platform_device *pdev)
return r;
}
#else /* CONFIG_OF */
#define gpio_nand_id_table NULL
static inline int gpio_nand_get_config_of(const struct device *dev,
struct gpio_nand_platdata *plat)
{
Expand Down Expand Up @@ -418,7 +417,7 @@ static struct platform_driver gpio_nand_driver = {
.remove = gpio_nand_remove,
.driver = {
.name = "gpio-nand",
.of_match_table = gpio_nand_id_table,
.of_match_table = of_match_ptr(gpio_nand_id_table),
},
};

Expand Down

0 comments on commit 624e68d

Please sign in to comment.