Re: [PATCH v2 5/6] esp_scsi: De-duplicate PIO routines
From: Finn Thain
Date: Sun Oct 14 2018 - 22:33:03 EST
On Sun, 14 Oct 2018, Geert Uytterhoeven wrote:
>
> > --- a/drivers/scsi/Kconfig
> > +++ b/drivers/scsi/Kconfig
> > @@ -42,6 +42,10 @@ config SCSI_DMA
> > bool
> > default n
> >
> > +config SCSI_ESP_PIO
> > + bool
> > + default n
>
> "default n" is the default, so please drop this line.
>
Done. Thanks.
--