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:
b1b813d
)
Bluetooth: Remove unneeded initialization in hci_alloc_dev()
author
David Herrmann
<dh.herrmann@googlemail.com>
Sun, 22 Apr 2012 12:39:59 +0000
(14:39 +0200)
committer
Gustavo Padovan
<gustavo@padovan.org>
Wed, 9 May 2012 04:40:40 +0000
(
01:40
-0300)
We allocate memory with kzalloc() so there is no need to call
memset(..., 0, ...) or similar.
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
No differences found