From: Waldemar Rymarkiewicz Date: Mon, 26 Nov 2012 07:40:04 +0000 (+0100) Subject: NFC: Fix incorrect llcp pointer dereference X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~56^2^2~35^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=289814918ce3af1296ac7d9b05508bde64e97348;p=pandora-kernel.git NFC: Fix incorrect llcp pointer dereference nfc_llcp_ns(s) dereferences the s pointer which is freed a line above. In a result, it can produce a crash or you will read incorrect value. Signed-off-by: Waldemar Rymarkiewicz Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed