From: Axel Lin Date: Sat, 13 Apr 2013 14:05:43 +0000 (+0800) Subject: regulator: max8997: Test pdata by NULL checking instead of IS_ERR_OR_NULL X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~131^2~11^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2f07305e53545dceb08724ed86345c198b2a91a;p=pandora-kernel.git regulator: max8997: Test pdata by NULL checking instead of IS_ERR_OR_NULL pdata is either a valid pointer or NULL, use NULL checking rather than IS_ERR_OR_NULL macro. Signed-off-by: Axel Lin Signed-off-by: Mark Brown --- Reading git-diff-tree failed