We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a957a14 commit 28c6a39Copy full SHA for 28c6a39
arch/x86/platform/intel-mid/sfi.c
@@ -224,7 +224,7 @@ int get_gpio_by_name(const char *name)
224
if (!strncmp(name, pentry->pin_name, SFI_NAME_LEN))
225
return pentry->pin_no;
226
}
227
- return -1;
+ return -EINVAL;
228
229
230
void __init intel_scu_device_register(struct platform_device *pdev)
0 commit comments