commit | 9d6b758f428d2ad9ca4208d5c4d4cdbd4261b0d8 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Tue Nov 16 19:27:06 2010 -0800 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Tue Nov 16 19:27:06 2010 -0800 |
tree | 2b0614b71ec71395b9c62029396573450a92716c | |
parent | 673ac60461082e07be58b23f237d651c2605ce60 [diff] |
ixgbe: cleanup unnecessary return value in ixgbe_cache_ring_rss This change is just to cleanup some confusing logic in ixgbe_cache_ring_rss which can be simplified by adding a conditional with return to the start of the call. Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Tested-by: Ross Brattain <ross.b.brattain@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>