From: David Herrmann Date: Sun, 22 Apr 2012 12:39:59 +0000 (+0200) Subject: Bluetooth: Remove unneeded initialization in hci_alloc_dev() X-Git-Tag: v3.5-rc1~101^2~6^2^2^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8ce9395252fa9a264c04e7ab9949f4f7ec96f5b;p=pandora-kernel.git 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 Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed