summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorVegard Nossum <vegard.nossum@oracle.com>2016-08-19 16:08:57 (GMT)
committerDavid S. Miller <davem@davemloft.net>2016-08-20 01:07:24 (GMT)
commitdc833def42e7f2425f69d83a53bee054e80caea5 (patch)
tree6d061b425568ebd158e24a176af37e225023f3fc /drivers
parent05fafbfb3d77f43ae18341ddc61eb5c477896778 (diff)
downloadlinux-dc833def42e7f2425f69d83a53bee054e80caea5.tar.xz
net/irda: remove pointless assignment/check
We've already set sk to sock->sk and dereferenced it, so if it's NULL we would have crashed already. Moreover, if it was NULL we would have crashed anyway when jumping to 'out' and trying to unlock the sock. Furthermore, if we had assigned a different value to 'sk' we would have been calling lock_sock() and release_sock() on different sockets. My conclusion is that these two lines are complete nonsense and only serve to confuse the reader. Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions