Message ID | FCCFB4CDC6E5564B9182F639FC3560870300C4D03F@dbde02.ent.ti.com (mailing list archive) |
---|---|
State | Superseded, archived |
Delegated to: | Tony Lindgren |
Headers | show |
diff --git a/arch/arm/mach-omap2/mux.c b/arch/arm/mach-omap2/mux.c index 986077f..d5a03f8 100644 --- a/arch/arm/mach-omap2/mux.c +++ b/arch/arm/mach-omap2/mux.c @@ -435,7 +435,7 @@ int __init omap_mux_init_signal(char *muxname, int val) char *m0_entry = m->muxnames[0]; int i; - if (m0_name && strcmp(m0_name, m0_entry)) + if (m0_name && m0_entry && strcmp(m0_name, m0_entry)) continue; for (i = 0; i < OMAP_MUX_NR_MODES; i++) {