[PATCH 2/4] OMAP2/3: GPMC: ensure valid clock pointer

2010-01-28 Thread Kevin Hilman
Ensure valud clock pointer during GPMC init. Fixes compiler warning about potential use of uninitialized variable. Signed-off-by: Kevin Hilman khil...@deeprootsystems.com --- arch/arm/mach-omap2/gpmc.c |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git

Re: [PATCH 2/4] OMAP2/3: GPMC: ensure valid clock pointer

2010-01-28 Thread Tony Lindgren
* Felipe Balbi felipe.ba...@nokia.com [100128 09:24]: On Thu, Jan 28, 2010 at 06:17:14PM +0100, ext Kevin Hilman wrote: Ensure valud clock pointer during GPMC init. Fixes compiler ^ typo :-) Adding the first two to omap-fixes, also fixed this typo. Adding the last to master