[PATCH 5/8] spi_mpc8xxx: Fix uninitialized variable

2009-10-12 Thread Anton Vorontsov
This patch fixes the following warning: CC drivers/spi/spi_mpc8xxx.o spi_mpc8xxx.c: In function 'of_mpc8xxx_spi_probe': spi_mpc8xxx.c:681: warning: 'ret' may be used uninitialized in this function Signed-off-by: Anton Vorontsov Acked-by: David Brownell --- drivers/spi/spi_mpc8xxx.c |

Re: [PATCH 5/8] spi_mpc8xxx: Fix uninitialized variable

2009-08-27 Thread Kumar Gala
On Aug 18, 2009, at 5:04 PM, Anton Vorontsov wrote: This patch fixes the following warning: CC drivers/spi/spi_mpc8xxx.o spi_mpc8xxx.c: In function 'of_mpc8xxx_spi_probe': spi_mpc8xxx.c:681: warning: 'ret' may be used uninitialized in this function Signed-off-by: Anton Vorontsov --

[PATCH 5/8] spi_mpc8xxx: Fix uninitialized variable

2009-08-18 Thread Anton Vorontsov
This patch fixes the following warning: CC drivers/spi/spi_mpc8xxx.o spi_mpc8xxx.c: In function 'of_mpc8xxx_spi_probe': spi_mpc8xxx.c:681: warning: 'ret' may be used uninitialized in this function Signed-off-by: Anton Vorontsov --- drivers/spi/spi_mpc8xxx.c |1 + 1 files changed, 1

[PATCH 5/8] spi_mpc8xxx: Fix uninitialized variable

2009-08-14 Thread Anton Vorontsov
This patch fixes the following warning: CC drivers/spi/spi_mpc8xxx.o spi_mpc8xxx.c: In function 'of_mpc8xxx_spi_probe': spi_mpc8xxx.c:681: warning: 'ret' may be used uninitialized in this function Signed-off-by: Anton Vorontsov --- drivers/spi/spi_mpc8xxx.c |1 + 1 files changed, 1