aboutsummaryrefslogtreecommitdiff
path: root/drivers/atm
diff options
context:
space:
mode:
authorDavid Woodhouse <dwmw2@infradead.org>2008-05-20 14:36:14 -0700
committerDavid S. Miller <davem@davemloft.net>2008-05-20 14:36:14 -0700
commit0e91796eb46e29edc791131c832a2232bcaed9dd (patch)
treee175a4b0de48e9e44b94e52dd634d38618193add /drivers/atm
parentf2df824948d559ea818e03486a8583e42ea6ab37 (diff)
net: Fix call to ->change_rx_flags(dev, IFF_MULTICAST) in dev_change_flags()
Am I just being particularly dim today, or can the call to dev->change_rx_flags(dev, IFF_MULTICAST) in dev_change_flags() never happen? We've just set dev->flags = flags & IFF_MULTICAST, effectively. So the condition '(dev->flags ^ flags) & IFF_MULTICAST' is _never_ going to be true. Signed-off-by: David Woodhouse <dwmw2@infradead.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/atm')
0 files changed, 0 insertions, 0 deletions