From afda768f88555a19bbcf66264d9fa622f78ff4fb Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Sun, 22 Mar 2015 01:00:18 +0100 Subject: [PATCH] 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-format-patch failed