ARM: OMAP2+: remove superfluous NULL pointer check
authorStefan Agner <stefan@agner.ch>
Sun, 22 Mar 2015 00:00:18 +0000 (01:00 +0100)
committerTony Lindgren <tony@atomide.com>
Thu, 26 Mar 2015 17:33:25 +0000 (10:33 -0700)
commitafda768f88555a19bbcf66264d9fa622f78ff4fb
treec0ef414c0c96b518d3904575ba9a43c5d0c69db7
parent606da4826b89b044b51e3a84958b802204cfe4c7
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 <stefan@agner.ch>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/mux.c