commit | 84f414880d2846bc3b5de890cf7c4061f4f20622 | [log] [tgz] |
---|---|---|
author | Scott Wood <oss@buserror.net> | Thu Sep 01 17:31:31 2016 -0500 |
committer | Scott Wood <oss@buserror.net> | Thu Sep 01 20:08:48 2016 -0500 |
tree | 749d7b0e00f101c2873ef1c0ba00a2384537c59a | |
parent | 094d1a89714e412706809821241026724de7a025 [diff] |
nand: Fix some more NULL name tests Now that nand_info[] is an array of pointers we need to test the pointer itself rather than using name as a proxy for NULLness. Fixes: b616d9b0a708eb9 ("nand: Embed mtd_info in struct nand_chip") Signed-off-by: Scott Wood <oss@buserror.net> Cc: Lukasz Majewski <l.majewski@samsung.com> Cc: Tony Lindgren <tony@atomide.com> Acked-by: Tony Lindgren <tony@atomide.com>