~ubuntu-branches/ubuntu/precise/linux-lts-quantal/precise-updates

« back to all changes in this revision

Viewing changes to drivers/net/can/dev.c

  • Committer: Package Import Robot
  • Author(s): Luis Henriques, Luis Henriques, Tim Gardner
  • Date: 2013-02-07 12:08:38 UTC
  • Revision ID: package-import@ubuntu.com-20130207120838-8jaukepmb85dkevq
Tags: 3.5.0-24.37~precise1
[Luis Henriques]

* Release Tracking Bug
  - LP: #1118287

[ Tim Gardner ]

* [Config] CONFIG_ALX=m for x86 only
  - LP: #927782

Show diffs side-by-side

added added

removed removed

Lines of Context:
576
576
{
577
577
        struct can_priv *priv = netdev_priv(dev);
578
578
 
579
 
        if (del_timer_sync(&priv->restart_timer))
580
 
                dev_put(dev);
 
579
        del_timer_sync(&priv->restart_timer);
581
580
        can_flush_echo_skb(dev);
582
581
}
583
582
EXPORT_SYMBOL_GPL(close_candev);