memory: ti-aemif: fix a potential NULL-pointer dereference
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Thu, 6 Sep 2018 12:12:19 +0000 (14:12 +0200)
committerOlof Johansson <olof@lixom.net>
Thu, 6 Sep 2018 17:04:07 +0000 (10:04 -0700)
commit6b45a2b1c0bc2aec84d1c56a1976ca9c8a621ecb
tree4cc5ddeb9fb336871df3b188d5a65d186aa04184
parente312b6dcbb633bc87414f1143e0015adbbf87ae0
memory: ti-aemif: fix a potential NULL-pointer dereference

Platform data pointer may be NULL. We check it everywhere but in one
place. Fix it.

Fixes: 8af70cd2ca50 ("memory: aemif: add support for board files")
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Cc: stable@vger.kernel.org
Signed-off-by: Olof Johansson <olof@lixom.net>
drivers/memory/ti-aemif.c