On Wed, Feb 10, 2021 at 05:14:26PM +0100, Krzysztof Wilczyński wrote: > Hi Keith, > > [...] > > if (new == pci_channel_io_perm_failure) { > > - dev->error_state == pci_channel_io_perm_failure; > > + dev->error_state = pci_channel_io_perm_failure; > [...] > > Ouch! Nice catch. Heh, the 0-day build actually caught this one, so credit to the bot! :)