Re: [PATCH] lib: digsig: Use ERR_CAST function

2013-05-31 Thread Dmitry Kasatkin
Sorry. I am not at @intel.com any more. Did not see it. I will use my private email for now.. Yes. This was bothering my eye for quite a while... - Dmitry On Fri, Apr 12, 2013 at 4:12 AM, Alexandru Gheorghiu wrote: > > Use ERR_CAST function instead of ERR_PTR and PTR_ERR. > Patch found using co

[PATCH] lib: digsig: Use ERR_CAST function

2013-04-14 Thread Alexandru Gheorghiu
Use ERR_CAST function instead of ERR_PTR and PTR_ERR. Patch found using coccinelle. Signed-off-by: Alexandru Gheorghiu --- lib/digsig.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/digsig.c b/lib/digsig.c index 2f31e6a..8793aed 100644 --- a/lib/digsig.c +++ b/lib/di