git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
147e2d5
)
bluetooth: Make hci_sock_cleanup() return void
author
Tobias Klauser
<tklauser@distanz.ch>
Thu, 6 Mar 2008 02:47:03 +0000
(18:47 -0800)
committer
David S. Miller
<davem@davemloft.net>
Thu, 6 Mar 2008 02:47:03 +0000
(18:47 -0800)
hci_sock_cleanup() always returns 0 and its return value isn't used
anywhere in the code.
Compile-tested with 'make allyesconfig && make net/bluetooth/bluetooth.ko'
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
No differences found