From: Wu Fengguang Date: Wed, 21 Jan 2015 11:19:45 +0000 (+0800) Subject: mmc: sdhci: host: fix odd_ptr_err.cocci warnings X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~125^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e7cf90213e789bdc13f2638cc9d8b9993d5491e;p=pandora-kernel.git mmc: sdhci: host: fix odd_ptr_err.cocci warnings drivers/mmc/host/sdhci_f_sdh30.c:143:5-11: inconsistent IS_ERR and PTR_ERR, PTR_ERR on line 144 PTR_ERR should access the value just tested by IS_ERR Semantic patch information: There can be false positives in the patch case, where it is the call IS_ERR that is wrong. Generated by: scripts/coccinelle/tests/odd_ptr_err.cocci CC: Vincent Yang Signed-off-by: Fengguang Wu Signed-off-by: Ulf Hansson --- Reading git-diff-tree failed