iommu/arm-smmu-v3: replace module_param_named by module_param for disable_bypass
authorBarry Song <song.bao.hua@hisilicon.com>
Thu, 27 Aug 2020 09:29:56 +0000 (21:29 +1200)
committerWill Deacon <will@kernel.org>
Mon, 7 Sep 2020 13:17:17 +0000 (14:17 +0100)
commit9305d02adcc14adc0f4e7d5ad0c370174923e6dc
tree968a3361fbc4529d7011714f1308c45c70393996
parentfea9ae18cf77a79cb32046d7785d000a00a226cd
iommu/arm-smmu-v3: replace module_param_named by module_param for disable_bypass

Just use module_param() - going out of the way to specify a "different"
name that's identical to the variable name is silly.

Signed-off-by: Barry Song <song.bao.hua@hisilicon.com>
Reviewed-by: Robin Murphy <robin.murphy@arm.com>
Link: https://lore.kernel.org/r/20200827092957.22500-3-song.bao.hua@hisilicon.com
Signed-off-by: Will Deacon <will@kernel.org>
drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c