crypto: hisilicon/qm - drop unnecessary IS_ENABLE(CONFIG_NUMA) check
authorYicong Yang <yangyicong@hisilicon.com>
Sat, 24 Sep 2022 09:34:24 +0000 (17:34 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 21 Oct 2022 11:05:23 +0000 (19:05 +0800)
commit7001141d34e550854425afa76e960513cf150a62
treee4f3f6915c43c9bf2b7f6e5f32c65b2c3c98b09a
parent45e6319bd5f2154d8b8c9f1eaa4ac030ba0d330c
crypto: hisilicon/qm - drop unnecessary IS_ENABLE(CONFIG_NUMA) check

dev_to_node() can handle the case when CONFIG_NUMA is not set, so the
check of CONFIG_NUMA is redundant and can be removed.

Signed-off-by: Yicong Yang <yangyicong@hisilicon.com>
Signed-off-by: Weili Qian <qianweili@huawei.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/hisilicon/qm.c