igb/ixgbe: remove return statements for void functions
authorJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 14 May 2014 08:01:09 +0000 (01:01 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 23 May 2014 12:28:41 +0000 (05:28 -0700)
Remove useless return statements for void functions which do not need
it.

Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>

No differences found