]> git.baikalelectronics.ru Git - kernel.git/commit
bluetooth: make bnep_sock_cleanup() return void
authorTobias Klauser <tklauser@distanz.ch>
Thu, 6 Mar 2008 02:47:40 +0000 (18:47 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 6 Mar 2008 02:47:40 +0000 (18:47 -0800)
commitf9f877e275b7192f81e1d388357b45f857937695
treefc6fa7b3f8c74c46aee76a4f62bad997297e3129
parent4cb7baa1ca98f1d69ed678a884c1c5323291210f
bluetooth: make bnep_sock_cleanup() return void

bnep_sock_cleanup() always returns 0 and its return value isn't used
anywhere in the code.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bluetooth/bnep/bnep.h
net/bluetooth/bnep/sock.c