net: Convert struct net_device uc_promisc to bool
authorJoe Perches <joe@perches.com>
Mon, 25 Jul 2011 23:17:35 +0000 (16:17 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 25 Jul 2011 23:17:35 +0000 (16:17 -0700)
No need to use int, its uses are boolean.
May save a few bytes one day.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found