Commits
Kees Cook committed fc46d4e453f
ramoops: add pdata NULL check to ramoops_probe This adds a check for a NULL platform data, which should only be possible if a driver incorrectly sets up a probe request without also having defined the platform_data structure. This is based on a patch from Geliang Tang. Signed-off-by: Kees Cook <keescook@chromium.org>