• S
    iwlwifi: mvm: avoid dumping assert log when device is stopped · 6362ab72
    Sara Sharon 提交于
    We might erroneously get to error dumping code when the
    device is already stopped.
    
    In that case the driver will detect a defective value and will try to
    reset the HW, assuming it is only a bus issue.  The driver than
    proceeds with the dumping.
    
    The result has two side effects:
    
    1. The device won't be stopped again, since the transport status is
    already stopped, so the device remains powered on while it actually
    should be stopped.
    
    2. The dump in that case is completely garbaged and useless.
    
    Detect and avoid this.  It will also make debugging such issues
    easier.
    Signed-off-by: NSara Sharon <sara.sharon@intel.com>
    Signed-off-by: NLuca Coelho <luciano.coelho@intel.com>
    6362ab72
utils.c 41.1 KB