NFC: Remove repeated code for NULL check
This patch remove the repeated code for checking llcp_sock & llcp_sock->dev against NULL. Signed-off-by: Syam Sidhardhan <s.syam@samsung.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
parent
058576ddfb
commit
5db327f96d
1 changed files with 0 additions and 3 deletions
|
@ -300,9 +300,6 @@ static int llcp_sock_getname(struct socket *sock, struct sockaddr *uaddr,
|
|||
pr_debug("%p %d %d %d\n", sk, llcp_sock->target_idx,
|
||||
llcp_sock->dsap, llcp_sock->ssap);
|
||||
|
||||
if (llcp_sock == NULL || llcp_sock->dev == NULL)
|
||||
return -EBADFD;
|
||||
|
||||
uaddr->sa_family = AF_NFC;
|
||||
|
||||
*len = sizeof(struct sockaddr_nfc_llcp);
|
||||
|
|
Loading…
Reference in a new issue