linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] net/macb: fix multiqueue support patch up
@ 2014-12-15 14:13 Cyrille Pitchen
  2014-12-15 14:13 ` [PATCH 1/2] net/macb: fix misplaced call of free_netdev() in macb_remove() Cyrille Pitchen
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Cyrille Pitchen @ 2014-12-15 14:13 UTC (permalink / raw)
  To: linux-arm-kernel

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.

Cyrille Pitchen (2):
  net/macb: fix misplaced call of free_netdev() in macb_remove()
  net/macb: remove useless calls of devm_free_irq()

 drivers/net/ethernet/cadence/macb.c | 25 +++++++++----------------
 1 file changed, 9 insertions(+), 16 deletions(-)

-- 
1.8.2.2

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-12-15 16:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-15 14:13 [PATCH 0/2] net/macb: fix multiqueue support patch up Cyrille Pitchen
2014-12-15 14:13 ` [PATCH 1/2] net/macb: fix misplaced call of free_netdev() in macb_remove() Cyrille Pitchen
2014-12-15 14:13 ` [PATCH 2/2] net/macb: remove useless calls of devm_free_irq() Cyrille Pitchen
2014-12-15 16:51 ` [PATCH 0/2] net/macb: fix multiqueue support patch up David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).