w1: don't leak refcount on slave attach failure in w1_attach_slave_device()
authorMaciej S. Szmigiero <mail@maciej.szmigiero.name>
Sat, 21 Jan 2017 22:50:18 +0000 (23:50 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 12 Mar 2017 05:44:16 +0000 (06:44 +0100)
commit1d1b1e1738efb65e2509cace8e588486e707a78b
tree8cbd2c19e4ede12bbc68484f5a582eccd26ef0ae
parentc903cc53f760a6b3c246bc74a89239492578a48b
w1: don't leak refcount on slave attach failure in w1_attach_slave_device()

commit d2ce4ea1a0b0162e5d2d7e7942ab6f5cc2063d5a upstream.

Near the beginning of w1_attach_slave_device() we increment a w1 master
reference count.
Later, when we are going to exit this function without actually attaching
a slave device (due to failure of __w1_attach_slave_device()) we need to
decrement this reference count back.

Signed-off-by: Maciej S. Szmigiero <mail@maciej.szmigiero.name>
Fixes: 9fcbbac5ded489 ("w1: process w1 netlink commands in w1_process thread")
Cc: Evgeniy Polyakov <zbr@ioremap.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/w1/w1.c