Re: [PATCH v2 5/5] mtd: spi: Use CONFIG_IS_ENABLED to prevent ifdef

2020-05-19 Thread Jagan Teki
On Thu, May 14, 2020 at 11:41 PM Jagan Teki wrote: > > Use CONFIG_IS_ENABLED to prevent ifdef in sf_probe.c > > Cc: Simon Glass > Cc: Vignesh R > Cc: Daniel Schwierzeck > Signed-off-by: Jagan Teki > --- Applied to u-boot-spi/master

[PATCH v2 5/5] mtd: spi: Use CONFIG_IS_ENABLED to prevent ifdef

2020-05-14 Thread Jagan Teki
Use CONFIG_IS_ENABLED to prevent ifdef in sf_probe.c Cc: Simon Glass Cc: Vignesh R Cc: Daniel Schwierzeck Signed-off-by: Jagan Teki --- Changes for v2: - CONFIG_IS_ENABLED() instead of IS_ENABLED() drivers/mtd/spi/sf_internal.h | 10 ++ drivers/mtd/spi/sf_probe.c| 17 ---