Re: [PATCH] padata: free correct variable

2017-04-10 Thread Herbert Xu
Jason A. Donenfeld wrote: > The author meant to free the variable that was just allocated, instead > of the one that failed to be allocated, but made a simple typo. This > patch rectifies that. > > Signed-off-by: Jason A. Donenfeld > Cc: sta...@vger.kernel.org

[PATCH] padata: free correct variable

2017-04-06 Thread Jason A. Donenfeld
The author meant to free the variable that was just allocated, instead of the one that failed to be allocated, but made a simple typo. This patch rectifies that. Signed-off-by: Jason A. Donenfeld Cc: sta...@vger.kernel.org --- kernel/padata.c | 2 +- 1 file changed, 1