commit | 5cffde309cb3f6f7aaaa459abd3eba245a863f8a | [log] [tgz] |
---|---|---|
author | Mark Rustad <mark.d.rustad@intel.com> | Mon Mar 14 11:05:57 2016 -0700 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Thu Apr 07 15:46:11 2016 -0700 |
tree | 5b9a5c46a31b8abb158e3e008de0b1ec79eef573 | |
parent | 73457165d71d5ce0e41c0adb7bfa484702c36248 [diff] |
ixgbe: Clean up interface for firmware commands Clean up the interface for issuing firmware commands to use a void * instead of a u32 *. This eliminates a number of casts. Also clean up ixgbe_host_interface_command in a few other ways, eliminating comparisons with 0, redundant parens and minor formatting issues. Signed-off-by: Mark Rustad <mark.d.rustad@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>