mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-10 15:58:47 +00:00
mtd: denali_dt: Remove redundant use of of_match_ptr
Since this driver is dt only and denali_nand_dt_ids is always compiled in, use of of_match_ptr() macro is not necessary. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
This commit is contained in:
parent
2f2ff14c27
commit
ef54f87366
@ -146,7 +146,7 @@ static struct platform_driver denali_dt_driver = {
|
||||
.driver = {
|
||||
.name = "denali-nand-dt",
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = of_match_ptr(denali_nand_dt_ids),
|
||||
.of_match_table = denali_nand_dt_ids,
|
||||
},
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user