commit | 36bf2eb90de03d37e05169be29efd2e959ae27a9 | [log] [tgz] |
---|---|---|
author | Ryder Lee <ryder.lee@mediatek.com> | Mon Apr 16 10:33:54 2018 +0800 |
committer | Boris Brezillon <boris.brezillon@bootlin.com> | Sun Apr 29 08:56:41 2018 +0200 |
tree | 0563a460a201529660ddd6d923a0138e4820197f | |
parent | 7b4b199459f31541141c4510e542bd4533a60585 [diff] |
mtd: rawnand: mtk: use of_device_get_match_data() The usage of of_device_get_match_data() reduce the code size a bit. Also, the only way to call .probe() is to match an entry in .of_match_table[], so of_device_id cannot be NULL. Signed-off-by: Ryder Lee <ryder.lee@mediatek.com> Reviewed-by: Xiaolei Li <xiaolei.li@mediatek.com> Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>