Re: [PATCH 4/4] OMAP2/3: PRCM: fix misc. compiler warnings

2010-02-05 Thread Paul Walmsley
On Thu, 28 Jan 2010, Kevin Hilman wrote: > - missing return in omap_prcm_get_reset_sources() > - potential use of uninitialized variable in omap_prcm_arch_reset() > > Signed-off-by: Kevin Hilman Thanks, queued for 2.6.34. - Paul -- To unsubscribe from this list: send the line "unsubscribe lin

[PATCH 4/4] OMAP2/3: PRCM: fix misc. compiler warnings

2010-01-28 Thread Kevin Hilman
- missing return in omap_prcm_get_reset_sources() - potential use of uninitialized variable in omap_prcm_arch_reset() Signed-off-by: Kevin Hilman --- arch/arm/mach-omap2/prcm.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-omap2/prcm.c b/arch/arm/mach-