[dm-devel] [PATCH 1/2] dm crypt: replaced #if defined with IS_ENABLED

Dmitry Baryshkov dbaryshkov at gmail.com
Wed Feb 3 00:33:14 UTC 2021


пт, 22 янв. 2021 г. в 11:43, Ahmad Fatoum <a.fatoum at pengutronix.de>:
>
> IS_ENABLED(CONFIG_ENCRYPTED_KEYS) is true whether the option is built-in
> or a module, so use it instead of #if defined checking for each
> separately.
>
> The other #if was to avoid a static function defined, but unused
> warning. As we now always build the callsite when the function
> is defined, we can remove that first #if guard.
>
> Suggested-by: Arnd Bergmann <arnd at arndb.de>
> Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>

Acked-by: Dmitry Baryshkov <dmitry.baryshkov at linaro.org>


-- 
With best wishes
Dmitry





More information about the dm-devel mailing list