projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49f1d6b
)
gpio: gpio-74x164: Remove redundant of_match_ptr
author
Sachin Kamat
<sachin.kamat@linaro.org>
Thu, 19 Sep 2013 11:58:08 +0000
(17:28 +0530)
committer
Linus Walleij
<linus.walleij@linaro.org>
Mon, 23 Sep 2013 10:52:21 +0000
(12:52 +0200)
'gen_74x164_dt_ids' is always compiled in. Hence the macro is not
necessary.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-74x164.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpio/gpio-74x164.c
b/drivers/gpio/gpio-74x164.c
index a51e893e059287f57fea600813d2a16cace4d019..1e04bf91328d5895a65799a85b6b874a09710233 100644
(file)
--- a/
drivers/gpio/gpio-74x164.c
+++ b/
drivers/gpio/gpio-74x164.c
@@
-209,7
+209,7
@@
static struct spi_driver gen_74x164_driver = {
.driver = {
.name = "74x164",
.owner = THIS_MODULE,
- .of_match_table =
of_match_ptr(gen_74x164_dt_ids)
,
+ .of_match_table =
gen_74x164_dt_ids
,
},
.probe = gen_74x164_probe,
.remove = gen_74x164_remove,