From: Stefan Agner Date: Sun, 22 Mar 2015 00:00:18 +0000 (+0100) Subject: ARM: OMAP2+: remove superfluous NULL pointer check X-Git-Tag: omap-for-v4.1/fixes-0~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afda768f88555a19bbcf66264d9fa622f78ff4fb;p=pandora-kernel.git ARM: OMAP2+: remove superfluous NULL pointer check The NULL pointer check for superset->muxnames will always evaluate true since muxnames is an array within struct omap_mux. Remove the superfluous check to avoid warnings when using LLVM/clang. Signed-off-by: Stefan Agner Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed