commit | 00ad691ab140b54ab9f5de5e74cb994f552e8124 | [log] [tgz] |
---|---|---|
author | Arvind Yadav <arvind.yadav.cs@gmail.com> | Wed Apr 25 20:26:14 2018 +0530 |
committer | David S. Miller <davem@davemloft.net> | Mon Apr 30 16:09:34 2018 -0400 |
tree | 576e21cceb8802d26a4d3a4e2a116d0440112c6c | |
parent | d3c68d0b4183ddfa05577348a231dd117e6563df [diff] |
sparc: vio: use put_device() instead of kfree() Never directly free @dev after calling device_register(), even if it returned an error. Always use put_device() to give up the reference initialized. Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>