From: Sachin Kamat Date: Tue, 25 Feb 2014 09:48:28 +0000 (+0530) Subject: mmc: dw_mmc: Fix NULL pointer dereference X-Git-Tag: v3.15-rc1~42^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17c8bc85f27227e073ed8e59da39ff32f1bee873;p=pandora-kernel.git mmc: dw_mmc: Fix NULL pointer dereference If mrq->sbc is not NULL but data->stop happens to be NULL, it will lead to NULL pointer dereferencing. Avoid this by having a NULL check for data->stop. Signed-off-by: Sachin Kamat Acked-by: Seungwon Jeon Signed-off-by: Chris Ball --- Reading git-diff-tree failed