Re: [PATCH] spi-nor: intel-spi: Remove EXPERT dependency

From: Arnd Bergmann
Date: Tue Oct 24 2017 - 06:03:23 EST


On Tue, Oct 24, 2017 at 9:40 AM, Bin Meng <bmeng.cn@xxxxxxxxx> wrote:
> The idea to have the intel-spi driver dependent on EXPERT was exactly
> because we did not want ordinary users playing with the device and
> inadvertently overwrite their BIOSes (if it is not protected). This
> seems to be superfluous hence remove it.
>
> Suggested-by: Arnd Bergmann <arnd@xxxxxxxx>
> Signed-off-by: Bin Meng <bmeng.cn@xxxxxxxxx>

Acked-by: Arnd Bergmann <arnd@xxxxxxxx>

Thansk for cleaning this up!