forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/sound/usb/caiaq/input.c
....@@ -804,6 +804,7 @@
804804
805805 default:
806806 /* no input methods supported on this device */
807
+ ret = -EINVAL;
807808 goto exit_free_idev;
808809 }
809810