commit | fe0592b4be0ce362e87cefd4f6dbf12cb5704d1b | [log] [tgz] |
---|---|---|
author | Nick Nunley <nicholasx.d.nunley@intel.com> | Wed Feb 17 01:05:35 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Feb 17 13:21:38 2010 -0800 |
tree | 80c9e3e34abd006657ea6bda991472fd9c781022 | |
parent | d3eeb62ddd06ea20a054213cface92d328709285 [diff] |
igb: use igb_free_q_vectors to cleanup failure in igb_alloc_q_vectors This change makes it so that igb_free_q_vectors is reused in igb_alloc_q_vectors to handle the cleanup instead of unwinding through the allocations. Signed-off-by: Nicholas Nunley <nicholasx.d.nunley@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>