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:
19ad9e9
)
Bluetooth: Remove bogus inline declaration from l2cap_chan_connect
author
Johan Hedberg
<johan.hedberg@intel.com>
Sun, 8 Jan 2012 20:51:16 +0000
(22:51 +0200)
committer
Johan Hedberg
<johan.hedberg@intel.com>
Wed, 15 Feb 2012 11:09:25 +0000
(13:09 +0200)
As reported by Dan Carpenter this function causes a Sparse warning and
shouldn't be declared inline:
include/net/bluetooth/l2cap.h:837:30 error: marked inline, but without a
definition"
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
No differences found