mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-09 14:14:00 +08:00
ice: Update function header
Add some details to the function header for ice_deinit_hw. Signed-off-by: Anirudh Venkataramanan <anirudh.venkataramanan@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
parent
49c6e41b0d
commit
ed14245ab7
@ -862,6 +862,10 @@ err_unroll_cqinit:
|
|||||||
/**
|
/**
|
||||||
* ice_deinit_hw - unroll initialization operations done by ice_init_hw
|
* ice_deinit_hw - unroll initialization operations done by ice_init_hw
|
||||||
* @hw: pointer to the hardware structure
|
* @hw: pointer to the hardware structure
|
||||||
|
*
|
||||||
|
* This should be called only during nominal operation, not as a result of
|
||||||
|
* ice_init_hw() failing since ice_init_hw() will take care of unrolling
|
||||||
|
* applicable initializations if it fails for any reason.
|
||||||
*/
|
*/
|
||||||
void ice_deinit_hw(struct ice_hw *hw)
|
void ice_deinit_hw(struct ice_hw *hw)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user