Skip to content

Commit

Permalink
Merge branch 'for-6.12/amd_sfh' into for-linus
Browse files Browse the repository at this point in the history
- Convert comma to semicolon (Chen Ni)
  • Loading branch information
Benjamin Tissoires committed Sep 13, 2024
2 parents 1b6ff73 + 8417b26 commit 8357632
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/hid/amd-sfh-hid/sfh1_1/amd_sfh_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,8 @@ static void amd_sfh_set_ops(struct amd_mp2_dev *mp2)

sfh_interface_init(mp2);
mp2_ops = mp2->mp2_ops;
mp2_ops->clear_intr = amd_sfh_clear_intr_v2,
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;
mp2_ops->suspend = amd_sfh_suspend;
mp2_ops->resume = amd_sfh_resume;
mp2_ops->remove = amd_mp2_pci_remove;
Expand Down

0 comments on commit 8357632

Please sign in to comment.