From: Johan Hedberg Date: Fri, 4 Jul 2014 13:17:23 +0000 (+0300) Subject: Bluetooth: Use list_del when freeing the list entry X-Git-Tag: omap-for-v3.17/fixes-against-rc2~149^2~73^2~87^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1dbf12e3be0befcd3fd1f978202c5f72d2cc67b;p=pandora-kernel.git Bluetooth: Use list_del when freeing the list entry It's wasteful to use list_del_init (which re-initializes the list_head) if we're just about to free the element and never use it again. Signed-off-by: Johan Hedberg Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed