Re: [PATCH] net: atm: Add another IS_ENABLED(CONFIG_COMPAT) in atm_dev_ioctl

2019-03-07 Thread David Miller
From: Nathan Chancellor Date: Thu, 7 Mar 2019 11:11:26 -0700 > I removed compat's universal assignment to 0, which allows this if > statement to fall through when compat is passed with a value other > than 0. > > Fixes: f9d19a7494e5 ("net: atm: Use IS_ENABLED in atm_dev_ioctl") > Signed-off-by:

[PATCH] net: atm: Add another IS_ENABLED(CONFIG_COMPAT) in atm_dev_ioctl

2019-03-07 Thread Nathan Chancellor
I removed compat's universal assignment to 0, which allows this if statement to fall through when compat is passed with a value other than 0. Fixes: f9d19a7494e5 ("net: atm: Use IS_ENABLED in atm_dev_ioctl") Signed-off-by: Nathan Chancellor --- Sorry for not paying more attention :( net/atm/re