LoongArch: KVM: Remove never called default case statement
authorBibo Mao <maobibo@loongson.cn>
Mon, 21 Jul 2025 01:26:32 +0000 (09:26 +0800)
committerHuacai Chen <chenhuacai@loongson.cn>
Mon, 21 Jul 2025 01:26:32 +0000 (09:26 +0800)
commit9afce1f1ee1f687b5ba16de87224ddcfadca3e93
tree06d35e3fc7eddda7bc6303e7cd532b8ad63e5124
parenta0630332fd5068bbdf60aa4479a292fdd0ae2e72
LoongArch: KVM: Remove never called default case statement

IOCSR instruction supports 1/2/4/8 bytes access, len must be 1/2/4/8
bytes from iocsr exit emulation function kvm_emu_iocsr(), remove the
default case in switch case statements.

Signed-off-by: Bibo Mao <maobibo@loongson.cn>
Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
arch/loongarch/kvm/intc/eiointc.c