ARM: OMAP2+: Fix uninitialized sr_inst

Fix uninitialized sr_inst.

Fixes: fbfa463be8dc ("ARM: OMAP2+: Fix smartreflex init regression after dropping legacy data")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

Changed files
+1 -1
arch
arm
mach-omap2
+1 -1
arch/arm/mach-omap2/sr_device.c
··· 188 188 189 189 int __init omap_devinit_smartreflex(void) 190 190 { 191 - const char * const *sr_inst; 191 + const char * const *sr_inst = NULL; 192 192 int i, nr_sr = 0; 193 193 194 194 if (soc_is_omap44xx()) {