RE: [PATCH] pstore/ram: fix error return code in ramoops_probe()

2013-05-08 Thread Luck, Tony
> From: Wei Yongjun > > Fix to return a negative error code from the error handling > case instead of 0, as done elsewhere in this function. Applied - will be in a "please pull" to Linus soon. Thanks -Tony -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body

RE: [PATCH] pstore/ram: fix error return code in ramoops_probe()

2013-05-08 Thread Luck, Tony
From: Wei Yongjun yongjun_...@trendmicro.com.cn Fix to return a negative error code from the error handling case instead of 0, as done elsewhere in this function. Applied - will be in a please pull to Linus soon. Thanks -Tony -- To unsubscribe from this list: send the line unsubscribe

Re: [PATCH] pstore/ram: fix error return code in ramoops_probe()

2013-05-07 Thread Kees Cook
On Tue, May 7, 2013 at 4:39 AM, Wei Yongjun wrote: > From: Wei Yongjun > > Fix to return a negative error code from the error handling > case instead of 0, as done elsewhere in this function. > > Signed-off-by: Wei Yongjun Good catch, thanks! Acked-by: Kees Cook -Kees -- Kees Cook Chrome

[PATCH] pstore/ram: fix error return code in ramoops_probe()

2013-05-07 Thread Wei Yongjun
From: Wei Yongjun Fix to return a negative error code from the error handling case instead of 0, as done elsewhere in this function. Signed-off-by: Wei Yongjun --- fs/pstore/ram.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fs/pstore/ram.c b/fs/pstore/ram.c index 32cbd7c..1376e5a

[PATCH] pstore/ram: fix error return code in ramoops_probe()

2013-05-07 Thread Wei Yongjun
From: Wei Yongjun yongjun_...@trendmicro.com.cn Fix to return a negative error code from the error handling case instead of 0, as done elsewhere in this function. Signed-off-by: Wei Yongjun yongjun_...@trendmicro.com.cn --- fs/pstore/ram.c | 2 ++ 1 file changed, 2 insertions(+) diff --git

Re: [PATCH] pstore/ram: fix error return code in ramoops_probe()

2013-05-07 Thread Kees Cook
On Tue, May 7, 2013 at 4:39 AM, Wei Yongjun weiyj...@gmail.com wrote: From: Wei Yongjun yongjun_...@trendmicro.com.cn Fix to return a negative error code from the error handling case instead of 0, as done elsewhere in this function. Signed-off-by: Wei Yongjun yongjun_...@trendmicro.com.cn