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 1b6ff73 + 8417b26 commit 8357632Copy full SHA for 8357632
drivers/hid/amd-sfh-hid/sfh1_1/amd_sfh_init.c
@@ -299,8 +299,8 @@ static void amd_sfh_set_ops(struct amd_mp2_dev *mp2)
299
300
sfh_interface_init(mp2);
301
mp2_ops = mp2->mp2_ops;
302
- mp2_ops->clear_intr = amd_sfh_clear_intr_v2,
303
- mp2_ops->init_intr = amd_sfh_irq_init_v2,
+ mp2_ops->clear_intr = amd_sfh_clear_intr_v2;
+ mp2_ops->init_intr = amd_sfh_irq_init_v2;
304
mp2_ops->suspend = amd_sfh_suspend;
305
mp2_ops->resume = amd_sfh_resume;
306
mp2_ops->remove = amd_mp2_pci_remove;
0 commit comments