padata: free correct variable
authorJason A. Donenfeld <Jason@zx2c4.com>
Fri, 7 Apr 2017 00:33:30 +0000 (02:33 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 10 Apr 2017 11:17:27 +0000 (19:17 +0800)
commit07a77929ba672d93642a56dc2255dd21e6e2290b
tree7b35ac2d84cba89ee9763ffd7080ba3106cec717
parentf437a3f477cce402dbec6537b29e9e33962c9f73
padata: free correct variable

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 <Jason@zx2c4.com>
Cc: stable@vger.kernel.org
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
kernel/padata.c