Re: [PATCH] spi: include "int ret" with macro
From: Scott Wood <hidden>
Date: 2014-06-24 18:55:56
From: Scott Wood <hidden>
Date: 2014-06-24 18:55:56
On Tue, 2014-06-24 at 15:55 +0800, Zhao Qiang wrote:
ret is unused when CONFIG_FSL_SOC defined, so include it with "#ifndef CONFIG_FSL_SOC". Signed-off-by: Zhao Qiang <redacted> --- drivers/spi/spi-fsl-lib.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
This needs to be sent to the SPI list and maintainer. -Scott