drm/sti: sti_vtg: Handle return NULL error from devm_ioremap_nocache
authorArvind Yadav <arvind.yadav.cs@gmail.com>
Wed, 21 Dec 2016 05:30:12 +0000 (11:00 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 21 Nov 2017 08:23:23 +0000 (09:23 +0100)
commit38fa955da2516bb8bf5f0a75041856016e524d7c
tree7611fb89a3a8bd91548dda3f0b6bd15e40ef6f24
parent02c7292bb7eeb03f08358ceb0fe5061846a4ec33
drm/sti: sti_vtg: Handle return NULL error from devm_ioremap_nocache

[ Upstream commit 1ae0d5af347df224a6e76334683f13a96d915a44 ]

Here, If devm_ioremap_nocache will fail. It will return NULL.
Kernel can run into a NULL-pointer dereference. This error check
will avoid NULL pointer dereference.

Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Acked-by: Vincent Abriou <vincent.abriou@st.com>
Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/sti/sti_vtg.c