commit | df2566fe37d92dfba032e6084ebfb708dac5dc9a | [log] [tgz] |
---|---|---|
author | Christophe Ricard <christophe.ricard@gmail.com> | Mon Jul 28 18:11:36 2014 +0200 |
committer | Samuel Ortiz <sameo@linux.intel.com> | Sun Sep 07 23:56:48 2014 +0200 |
tree | b8c4f3e6705a2576aeb1fcc9a0136e02f4975cd0 | |
parent | 2c376a9e3c973e7923daba78aa16c768503cdef3 [diff] |
NFC: st21nfcb: Remove inappropriate kfree on a previously devm_kzalloc pointer In case of an error during driver probe, info pointer was freed with kfree. No need to free anything when using devm_kzalloc. Signed-off-by: Christophe Ricard <christophe-h.ricard@st.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>