On Thu, Mar 30, 2023 at 02:16:49PM +0900, Nobuhiro Iwamatsu wrote: > From: Dan Carpenter <dan.carpenter@xxxxxxxxxx> > > commit 0709831a50d31b3caf2237e8d7fe89e15b0d919d upstream. > > The code is supposed to clear the RH_A_NPS and RH_A_PSM bits, but it's > a no-op because of the & vs | typo. This bug predates git and it was > only discovered using static analysis so it must not affect too many > people in real life. > > Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> > Acked-by: Alan Stern <stern@xxxxxxxxxxxxxxxxxxx> > Link: https://lore.kernel.org/r/20190817065520.GA29951@mwanda > Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> > Signed-off-by: Nobuhiro Iwamatsu (CIP) <nobuhiro1.iwamatsu@xxxxxxxxxxxxx> > --- > drivers/usb/host/ohci-pxa27x.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Now queued up, thanks. greg k-h