commit | 5e24d5984c805c644de8bf5217a820e22e28318c | [log] [tgz] |
---|---|---|
author | Tony Nguyen <anthony.l.nguyen@intel.com> | Thu Oct 07 15:56:57 2021 -0700 |
committer | Tony Nguyen <anthony.l.nguyen@intel.com> | Tue Dec 14 10:19:13 2021 -0800 |
tree | e01bc2279e2be3fc28d0cec6c3cdfa9bdf135b8c | |
parent | 5f87ec4861aa1b8458da0dfd730abbd0bdb2f5f9 [diff] |
ice: Use int for ice_status To prepare for removal of ice_status, change the variables from ice_status to int. This eases the transition when values are changed to return standard int error codes over enum ice_status. Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com> Tested-by: Gurucharan G <gurucharanx.g@intel.com>