Files
linux/drivers
Ying Xue bdffbb8e26 Drivers: Staging: cxt1e1: use __dev_get_name instead of dev_get_name to find interfaces
The following call chain denotes that both do_reset() and do_del_chan()
are protected under rtnl_lock. If we use __dev_get_by_name() instead of
dev_get_by_name() to find interface handlers in them, this would help
us avoid to change interface reference counter.

dev_ioctl()
  rtnl_lock()
  dev_ifsioc()
    c4_ioctl()
      do_reset()
      do_del_chan()
  rtnl_unlock()

Signed-off-by: Ying Xue <ying.xue@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-01-14 18:50:46 -08:00
..
2013-10-29 12:53:07 +02:00
2013-11-07 19:24:20 +01:00
2014-01-14 18:48:54 -08:00
2013-12-11 10:56:21 -05:00
2014-01-13 14:29:49 -08:00
2013-12-06 15:22:05 -05:00
2013-12-10 08:48:15 +01:00