On 12/30/23 9:21 PM, Phillip Susi wrote: > In the event that more than one pass of EH is needed during system resume, > only request the drive be started once. > --- > drivers/ata/libata-core.c | 4 ++-- > drivers/ata/libata-eh.c | 4 ---- > 2 files changed, 2 insertions(+), 6 deletions(-) > > diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c > index d1389ce6943e..ca3ca8107a3e 100644 > --- a/drivers/ata/libata-core.c > +++ b/drivers/ata/libata-core.c > @@ -5223,7 +5223,7 @@ static void ata_port_request_pm(struct ata_port *ap, pm_message_t mesg, > /* on system resume, don't wake PuiS drives */ > if (mesg.event == PM_EVENT_RESUME) > ehi_flags |= ATA_EHI_NOSTART; > - > + Unrelated whitespace change? :-) [...] MBR, Sergey