From: Linus Torvalds Date: Sun, 2 Nov 2014 18:20:26 +0000 (-0800) Subject: irda: stop calling sk_prot->disconnect() on connection failure X-Git-Tag: omap-for-v3.19/fixes-not-urgent-part1~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cb8c3593bbb884c5c282b1d8502a0930235fe88;p=pandora-kernel.git irda: stop calling sk_prot->disconnect() on connection failure The sk_prot is irda's own set of protocol handlers, so irda should statically know what that function is anyway, without using an indirect pointer. And as it happens, we know *exactly* what that pointer is statically: it's NULL, because irda doesn't define a disconnect operation. So calling that function is doubly wrong, and will just cause an oops. Reported-by: Martin Lang Cc: Samuel Ortiz Cc: David Miller Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed