Russ Gorby 329e56780e n_gsm: replace kfree_skb w/ appropriate dev_* versions
Drivers are supposed to use the dev_* versions of the kfree_skb
interfaces. In a couple of cases we were called with IRQs
disabled as well which kfree_skb() does not expect.

Replaced kfree_skb calls w/ dev_kfree_skb and dev_kfree_skb_any

Signed-off-by: Russ Gorby <russ.gorby@intel.com>
Tested-by: Yin, Fengwei <fengwei.yin@intel.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
Cc: Grooming <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-08-16 12:03:30 -07:00
..
2012-08-06 09:48:31 -07:00
2012-08-14 06:46:33 -07:00
2012-08-02 11:45:42 -07:00
2012-08-13 16:53:13 -07:00
2012-08-02 11:34:40 -07:00
2012-08-13 16:50:19 -07:00
2012-08-13 16:50:19 -07:00
2012-08-13 16:53:14 -07:00
2012-08-13 16:50:19 -07:00
2012-08-13 16:50:19 -07:00
2012-08-01 10:45:12 -07:00