Re: solo6010 modprobe lockup since e1ceb25a (v4.3 regression)

From: Andrey Utkin
Date: Mon Sep 26 2016 - 05:18:41 EST


On Mon, Sep 26, 2016 at 07:38:05AM +0200, Krzysztof HaÅasa wrote:
> Andrey Utkin <andrey_utkin@xxxxxxxxxxxx> writes:
>
> > On Thu, Sep 22, 2016 at 10:51:37AM +0200, Krzysztof HaÅasa wrote:
> >> I wonder if the following fixes the problem (completely untested).
> >
> > I have given this a run, and it still hangs.
>
> Does (only) adding the
>
> pci_read_config_word(solo_dev->pdev, PCI_STATUS, &val);
>
> in solo_reg_write() help?

Yes.
I have posted a patch with this change few days ago, I thought you have
noticed it.