]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'macb'
authorDavid S. Miller <davem@davemloft.net>
Mon, 15 Dec 2014 16:50:50 +0000 (11:50 -0500)
committerDavid S. Miller <davem@davemloft.net>
Mon, 15 Dec 2014 16:50:50 +0000 (11:50 -0500)
commitab9256e560e55dbe0e3be73236c623d816ed1fd9
tree3a60c9413b5d735d674080c16476c2251ebd82be
parentc6da6b52fa2b3e9125f30221125431609bc5de9d
parent21e22023aa9ff5cffc3a5ef98b93192004a7c63c
Merge branch 'macb'

Cyrille Pitchen says:

====================
net/macb: fix multiqueue support patch up

This series of patches is a fixup for the multiqueue support patch.

The first patch fixes a bug introduced by the multiqueue support patch.
The second one doesn't fix a bug but simplify the source code by removing
useless calls to devm_free_irq() since we use managed device resources for
IRQs.

They were applied on the net-next tree and tested with a sama5d36ek board.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>