commit | f880d07bc5bc9f453be7b1fc9c1a34853719d148 | [log] [tgz] |
---|---|---|
author | Don Skidmore <donald.c.skidmore@intel.com> | Wed Oct 23 02:17:52 2013 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Fri Nov 01 06:20:10 2013 -0700 |
tree | f67be066469daa9497630d7bbb355d2ea1d90f08 | |
parent | fb44519de929d1d9bba967645c6d9def8784d857 [diff] |
ixgbe: cleanup IXGBE_DESC_UNUSED This patch just replaces the IXGBE_DESC_UNUSED macro with a like named inline function ixgbevf_desc_unused. The inline function makes the logic a bit more readable. Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Signed-off-by: Don Skidmore <donald.c.skidmore@intel.com> Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>