From: Johan Hedberg Date: Fri, 21 Feb 2014 14:03:31 +0000 (+0200) Subject: Bluetooth: Fix iterating wrong list in hci_remove_irk() X-Git-Tag: v3.15-rc1~113^2~159^2^2~130^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=668b7b19820b0801c425d31cc27fd6f499050e5c;p=pandora-kernel.git Bluetooth: Fix iterating wrong list in hci_remove_irk() We should be iterating hdev->identity_resolving_keys in the hci_remove_irk() function instead of hdev->long_term_keys. This patch fixes the issue. Signed-off-by: Johan Hedberg Signed-off-by: Gustavo Padovan --- Reading git-diff-tree failed