RE: [PATCH -next] [media] s5p-mfc: fix error return code in s5p_mfc_probe()

2013-04-19 Thread Kamil Debski
Hi Wei, Thank you for your patch. Best wishes, Kamil Debski > From: Wei Yongjun [mailto:weiyj...@gmail.com] > Sent: Thursday, April 18, 2013 5:18 AM > > From: Wei Yongjun > > Fix to return a negative error code from the error handling case > instead of 0, as returned elsewhere in this functio

[PATCH -next] [media] s5p-mfc: fix error return code in s5p_mfc_probe()

2013-04-17 Thread Wei Yongjun
From: Wei Yongjun Fix to return a negative error code from the error handling case instead of 0, as returned elsewhere in this function. Signed-off-by: Wei Yongjun --- drivers/media/platform/s5p-mfc/s5p_mfc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/media/p