commit | 0ec4eb71b4956548a9c652f6c26232995916008c | [log] [tgz] |
---|---|---|
author | Arvind Yadav <arvind.yadav.cs@gmail.com> | Tue Mar 06 15:54:06 2018 +0530 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Mar 14 14:58:50 2018 +0100 |
tree | 08ec4a6661b9890d8e030ee03a67e057cc197f6d | |
parent | aeef9c09740691e33aceeaa5f5b8a4457a4eab97 [diff] |
w1: use put_device() if device_register() fail If device_register() returned an error! Always use put_device() to give up the reference initialized in device_register(). Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>