commit | 3f5c35819fc37d5f35680a55327c940b6e8fad41 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Mar 30 15:45:56 2017 +0900 |
committer | Boris Brezillon <boris.brezillon@free-electrons.com> | Tue Apr 25 14:18:36 2017 +0200 |
tree | 6bca99b50404e2dc059c9d933aa74bc2f3d5e14f | |
parent | 60d920d32ca40660e382cf9ccbc236599a49e607 [diff] |
mtd: nand: denali_dt: use pdev instead of ofdev for platform_device "pdev" is much more often used to point a platform_device, so this will help the driver code look consistent across the kernel. While we are here, fix "line over 80 characters" coding style violations. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>