Re: [PATCH v2 3/4] mtd: rawnand: remove suspended check

From: Sean Nyekjaer
Date: Wed Oct 20 2021 - 05:14:25 EST


On Wed, Oct 20, 2021 at 10:57:43AM +0200, Boris Brezillon wrote:
> On Wed, 20 Oct 2021 10:45:33 +0200
> Sean Nyekjaer <sean@xxxxxxxxxx> wrote:
>
> > Access is protected in upper MTD layer when MTD devices are suspended.
>
> I think it deserves more explanation.
>

Access is protected in upper MTD layer when MTD devices are suspended.

Commit ("mtd: core: protect access to MTD devices while in suspend")
introduces access protection, so it's safe to remove suspended checks.