aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2014-11-02 10:20:26 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2014-11-02 10:20:26 -0800
commit4cb8c3593bbb884c5c282b1d8502a0930235fe88 (patch)
treedbe50ae637e9266fc19b295049e86e2910e35d08 /drivers
parentMerge tag 'staging-3.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging (diff)
downloadlinux-dev-4cb8c3593bbb884c5c282b1d8502a0930235fe88.tar.xz
linux-dev-4cb8c3593bbb884c5c282b1d8502a0930235fe88.zip
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 <mlg.hessigheim@gmail.com> Cc: Samuel Ortiz <samuel@sortiz.org> Cc: David Miller <davem@davemloft.net> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions