FROMLIST: pstore-ram: fix NULL reference when used with pdata
authorBrian Norris <briannorris@google.com>
Mon, 14 Mar 2016 20:34:44 +0000 (13:34 -0700)
committerBrian Norris <briannorris@google.com>
Mon, 14 Mar 2016 20:34:44 +0000 (13:34 -0700)
commit157aa28fd7bf66bf3d9d1774398fddc7dc255c52
treed7de8d028bcfa730b5b34ec60558bf0f730a65ed
parentfafb89f95a059c26223956bd035dcb0d90a0d523
FROMLIST: pstore-ram: fix NULL reference when used with pdata

When using platform-data (not DT), we get an OOPS, because drvdata is
only initialized after we try to use it.

This addresses my comments made on the upstream submission here:

https://patchwork.kernel.org/patch/7980651/

Fixes boot on Chrome OS systems, including the Pixel 2.

Change-Id: I97360edf2ce61c83dc543cb6c169f3287e2dae4b
Fixes: b1d1b7187c11 ("FROMLIST: pstore-ram: add Device Tree bindings")
Signed-off-by: Brian Norris <briannorris@google.com>
fs/pstore/ram.c