Re: [PATCH 5/8] spi_mpc8xxx: Fix uninitialized variable
From: Kumar Gala <hidden>
Date: 2009-08-28 05:49:59
Also in:
linux-spi, lkml
From: Kumar Gala <hidden>
Date: 2009-08-28 05:49:59
Also in:
linux-spi, lkml
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 <redacted> --- drivers/spi/spi_mpc8xxx.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
Acked-by: Kumar Gala <redacted> - k