Re: [PATCH 18/26 v7] spl: spl_legacy: Use IS_ENABLED() to remove #ifdef

2020-04-23 Thread Daniel Schwierzeck
Am 21.04.20 um 09:28 schrieb Stefan Roese: > Use IS_ENABLED() instead of #ifdef CONFIG_ to remove one #ifdef. > > No functional change intended. > > Signed-off-by: Stefan Roese > Cc: Daniel Schwierzeck > Cc: Weijie Gao > Cc: Simon Goldschmidt > --- > Changes in v7: > - None > > Changes in

[PATCH 18/26 v7] spl: spl_legacy: Use IS_ENABLED() to remove #ifdef

2020-04-21 Thread Stefan Roese
Use IS_ENABLED() instead of #ifdef CONFIG_ to remove one #ifdef. No functional change intended. Signed-off-by: Stefan Roese Cc: Daniel Schwierzeck Cc: Weijie Gao Cc: Simon Goldschmidt --- Changes in v7: - None Changes in v6: - New patch common/spl/spl_legacy.c | 5 ++--- 1 file changed, 2