Re: [PATCH] hamradio: 6pack: remove unnecessary check
From: David Miller <davem@davemloft.net>
Date: 2014-11-03 20:34:57
Also in:
linux-hams, lkml
From: David Miller <davem@davemloft.net>
Date: 2014-11-03 20:34:57
Also in:
linux-hams, lkml
From: Sudip Mukherjee <sudipm.mukherjee@gmail.com> Date: Mon, 3 Nov 2014 17:42:29 +0530
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 <redacted>
Applied, thanks.