]> git.openfabrics.org - ~emulex/infiniband.git/commit
hamradio: 6pack: remove unnecessary check
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>
Mon, 3 Nov 2014 12:12:29 +0000 (17:42 +0530)
committerDavid S. Miller <davem@davemloft.net>
Mon, 3 Nov 2014 20:34:31 +0000 (15:34 -0500)
commitec5a0ec1a4b0a065148905340cd5f0e2a4425b6f
tree56355e917423cf6229db7d2837721de51e354558
parent4e2357611323d562fe255d9d71309b3ece30b8cd
hamradio: 6pack: remove unnecessary check

this is check for dev is unnecessary, as we are already checking dev
after allocating it via alloc_netdev, and jumping to label: out
if it is NULL.

Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/hamradio/6pack.c