]> www.infradead.org Git - users/jedix/linux-maple.git/commit
KVM: arm64: vgic: Use str_enabled_disabled() in vgic_v3_probe()
authorThorsten Blum <thorsten.blum@linux.dev>
Fri, 10 Jan 2025 22:53:09 +0000 (23:53 +0100)
committerMarc Zyngier <maz@kernel.org>
Sat, 11 Jan 2025 10:26:56 +0000 (10:26 +0000)
commitdea8838128c580cc6b563c901576b580f93a703e
treeed0588a318cd7dce6863d5ce9f7dd093218b3d16
parent38f9e4b905a00047a96fbdc6cefe9ceb4dae34c3
KVM: arm64: vgic: Use str_enabled_disabled() in vgic_v3_probe()

Remove hard-coded strings by using the str_enabled_disabled() helper
function.

Suggested-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Reviewed-by: Oliver Upton <oliver.upton@linux.dev>
Link: https://lore.kernel.org/r/20250110225310.369980-2-thorsten.blum@linux.dev
Signed-off-by: Marc Zyngier <maz@kernel.org>
arch/arm64/kvm/vgic/vgic-v3.c