Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 24cad1b4 authored by David S. Miller's avatar David S. Miller
Browse files

Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-next



Marc Kleine-Budde says:

====================
this pull request is for net-next, for the v3.7 release cycle.
AnilKumar Ch contributed a fix for a segfault in the c_can driver,
which is triggered by an earlier commit [1] in net-next (so no backport
is needed).
...
[1] 4cdd34b2 can: c_can: Add runtime PM support to Bosch C_CAN/D_CAN controller
====================

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parents 6c636503 c523530c
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1265,9 +1265,6 @@ void unregister_c_can_dev(struct net_device *dev)
{
	struct c_can_priv *priv = netdev_priv(dev);

	/* disable all interrupts */
	c_can_enable_all_interrupts(priv, DISABLE_ALL_INTERRUPTS);

	unregister_candev(dev);

	c_can_pm_runtime_disable(priv);