msm: 8960: Fix typo in GPIO config

Fix a copy/paste typo in the GPIO config which could have
read uninitialized memory when configuring GPIOs.

Signed-off-by: Stepan Moskovchenko <stepanm@codeaurora.org>
diff --git a/arch/arm/mach-msm/board-msm8960.c b/arch/arm/mach-msm/board-msm8960.c
index b537b4e..2b4ddaf 100644
--- a/arch/arm/mach-msm/board-msm8960.c
+++ b/arch/arm/mach-msm/board-msm8960.c
@@ -1866,7 +1866,7 @@
 			ARRAY_SIZE(msm8960_cam_configs));
 
 	msm_gpiomux_install(msm8960_gpiomux_configs,
-			ARRAY_SIZE(msm8960_gsbi_configs));
+			ARRAY_SIZE(msm8960_gpiomux_configs));
 
 	msm_gpiomux_install(msm8960_gsbi_configs,
 			ARRAY_SIZE(msm8960_gsbi_configs));