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:
8e888f2
)
Bluetooth: Remove redundant RFCOMM BT_CLOSED settings
author
Dean Jenkins
<Dean_Jenkins@mentor.com>
Thu, 28 Feb 2013 14:21:58 +0000
(14:21 +0000)
committer
Gustavo Padovan
<gustavo.padovan@collabora.co.uk>
Fri, 8 Mar 2013 13:40:25 +0000
(10:40 -0300)
rfcomm_session_close() sets the RFCOMM session state to BT_CLOSED.
However, in multiple places immediately before the function is
called, the RFCOMM session is set to BT_CLOSED. Therefore,
remove these unnecessary state settings.
Signed-off-by: Dean Jenkins <Dean_Jenkins@mentor.com>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
net/bluetooth/rfcomm/core.c
patch
|
blob
|
history
diff --cc
net/bluetooth/rfcomm/core.c
Simple merge