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)
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

Simple merge