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 f14ed2f commit 20d889aCopy full SHA for 20d889a
drivers/iio/adc/imx93_adc.c
@@ -315,7 +315,7 @@ static int imx93_adc_probe(struct platform_device *pdev)
315
adc->regs = devm_platform_ioremap_resource(pdev, 0);
316
if (IS_ERR(adc->regs))
317
return dev_err_probe(dev, PTR_ERR(adc->regs),
318
- "Failed geting ioremap resource\n");
+ "Failed getting ioremap resource\n");
319
320
/* The third irq is for ADC conversion usage */
321
adc->irq = platform_get_irq(pdev, 2);
0 commit comments