commit | 8a102fe001cc016dabcc392247a2b008e37ffe6a | [log] [tgz] |
---|---|---|
author | Anton Vorontsov <avorontsov@ru.mvista.com> | Mon Oct 12 06:00:37 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 12 23:54:04 2009 -0700 |
tree | 1f64a312e00a030620e4874e614995dc575fe6cf | |
parent | 32c513bca062f6c04b902d09c716fea205671e23 [diff] |
gianfar: Factor out RX BDs initialization from gfar_new_rxbdp() We want to just reinitialize RX BDs after hibernation, no need to map the skb->data again. So let's factor gfar_init_rxbdp() out of gfar_new_rxbdp(). Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> Signed-off-by: David S. Miller <davem@davemloft.net>