commit | db91b724b53b1cfd0e258d7cf3a03a062a89fe2d | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Mon Sep 08 11:25:34 2014 -0400 |
committer | David S. Miller <davem@davemloft.net> | Mon Sep 08 14:24:35 2014 -0700 |
tree | 1cbfb6018f7609dc4cc1e5c0fd200d931287eee8 | |
parent | eb84d6b60491a3ca3d90d62ee5346b007770d40d [diff] |
dp83640: Make use of skb_queue_purge instead of reimplementing the code This change makes it so that dp83640_remove can use skb_queue_purge instead of looping through itself to flush any entries out of the queue. Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Acked-by: Richard Cochran <richardcochran@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>