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.
2 parents 6ac2fb5 + 1f4a79e commit 81db49cCopy full SHA for 81db49c
drivers/mfd/at91-usart.c
@@ -54,7 +54,7 @@ static const struct of_device_id at91_usart_mode_of_match[] = {
54
{ /* sentinel */ }
55
};
56
57
-MODULE_DEVICE_TABLE(of, at91_flexcom_of_match);
+MODULE_DEVICE_TABLE(of, at91_usart_mode_of_match);
58
59
static struct platform_driver at91_usart_mfd = {
60
.probe = at91_usart_mode_probe,
0 commit comments