commit | d8ce9395252fa9a264c04e7ab9949f4f7ec96f5b | [log] [tgz] |
---|---|---|
author | David Herrmann <dh.herrmann@googlemail.com> | Sun Apr 22 14:39:59 2012 +0200 |
committer | Gustavo Padovan <gustavo@padovan.org> | Wed May 09 01:40:40 2012 -0300 |
tree | 8bcf99169d1db646d0a0485237b9cf6ef0f77e15 | |
parent | b1b813d4777f4843af2acce9a1b62d486e1d3ffc [diff] |
Bluetooth: Remove unneeded initialization in hci_alloc_dev() 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>