From: Samuel Ortiz Date: Thu, 21 Feb 2013 14:40:04 +0000 (+0100) Subject: NFC: llcp: Clean local timers and works when removing a device X-Git-Tag: v3.9-rc4~27^2~9^2^2~3^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3536da06db0baa675f32de608c0a4c0f5ef0e9ff;p=pandora-kernel.git NFC: llcp: Clean local timers and works when removing a device Whenever an adapter is removed we must clean all the local structures, especially the timers and scheduled work. Otherwise those asynchronous threads will eventually try to access the freed nfc_dev pointer if an LLCP link is up. Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed