commit | 8ce06d379a06b4d5c9f944bb60e80b084d16bfc0 | [log] [tgz] |
---|---|---|
author | Romain Izard <romain.izard.pro@gmail.com> | Fri Jan 15 11:34:57 2016 +0100 |
committer | Brian Norris <computersforpeace@gmail.com> | Sat Jan 23 15:03:48 2016 -0800 |
tree | dcfc52573f264971320aef3a83aed97e780fa367 | |
parent | e88b7f7d6ca47531af602cfb6abdb31ea13eabc3 [diff] |
mtd: atmel_nand: Use of_device_get_match_data Remove the need for forward declaration and the risk for a null pointer when accessing the private part of the compatible match table, by using the newly introduced of_device_get_match_data function. Signed-off-by: Romain Izard <romain.izard.pro@gmail.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com>