From: Govindraj.R Date: Wed, 1 Jun 2011 06:01:24 +0000 (+0530) Subject: spi/omap2: fix uninitialized variable X-Git-Tag: v3.0-rc3~30^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b20c8cb89b733f5a73fad1f7ad7cff8325e0034;p=pandora-kernel.git spi/omap2: fix uninitialized variable fixes below compilation warning. The variable doesn't actual ever get used uninitialized, but that's no reason to be sloppy. drivers/spi/omap2_mcspi.c: In function 'omap2_mcspi_txrx_dma': drivers/spi/omap2_mcspi.c:301: warning: 'elements' may be used uninitialized in this function Signed-off-by: Govindraj.R [grant.likely: amended description] Signed-off-by: Grant Likely --- Reading git-diff-tree failed