[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <2025061924-eats-john-8554@gregkh>
Date: Thu, 19 Jun 2025 06:32:41 +0200
From: Greg KH <gregkh@...uxfoundation.org>
To: RD Babiera <rdbabiera@...gle.com>
Cc: heikki.krogerus@...ux.intel.com, badhri@...gle.com,
linux-usb@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v1] usb: typec: altmodes/displayport: add irq_hpd to sysfs
On Thu, Jun 19, 2025 at 12:03:40AM +0000, RD Babiera wrote:
> @@ -170,6 +178,9 @@ static int dp_altmode_status_update(struct dp_altmode *dp)
> dp->hpd = hpd;
> dp->pending_hpd = true;
> }
> + if (dp->hpd && dp->pending_hpd && irq_hpd) {
> + dp->pending_irq_hpd = true;
> + }
Didn't checkpatch complain about not needing the {} here?
thanks,
greg k-h
Powered by blists - more mailing lists