Re: [PATCH] s390/mem_detect: Use IS_ENABLED(CONFIG_BLK_DEV_INITRD)

2019-03-07 Thread Martin Schwidefsky
On Thu, 07 Mar 2019 15:51:45 -0800 Joe Perches wrote: > IS_ENABLED should generally use CONFIG_ prefaced symbols and > it doesn't appear as if there is a BLK_DEV_INITRD define. > > Signed-off-by: Joe Perches > --- > arch/s390/boot/mem_detect.c | 2 +- > 1 file changed, 1 insertion(+), 1

[PATCH] s390/mem_detect: Use IS_ENABLED(CONFIG_BLK_DEV_INITRD)

2019-03-07 Thread Joe Perches
IS_ENABLED should generally use CONFIG_ prefaced symbols and it doesn't appear as if there is a BLK_DEV_INITRD define. Signed-off-by: Joe Perches --- arch/s390/boot/mem_detect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/s390/boot/mem_detect.c