]> git.baikalelectronics.ru Git - kernel.git/commit
netlink: remove bool varible
authorVarka Bhadram <varkab@cdac.in>
Wed, 16 Jul 2014 05:29:47 +0000 (10:59 +0530)
committerDavid S. Miller <davem@davemloft.net>
Thu, 17 Jul 2014 06:15:00 +0000 (23:15 -0700)
commit75a7e9e268252f871abfc9dcb908a974affbc2af
tree43425d2bc69836b85353cc095e1aa1f5f02117d6
parent088a9ff3367f3c9e6df22f2bb7b0e21514b54ca1
netlink: remove bool varible

This patch removes the bool variable 'pass'.
If the swith case exist return true or return false.

Signed-off-by: Varka Bhadram <varkab@cdac.in>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/netlink/af_netlink.c