Skip to content

Commit 8417b26

Browse files
Chen NiJiri Kosina
authored andcommitted
HID: amd_sfh: Convert comma to semicolon
Replace a comma between expression statements by a semicolon. Signed-off-by: Chen Ni <[email protected]> Acked-by: Basavaraj Natikar <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent 6e44365 commit 8417b26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/hid/amd-sfh-hid/sfh1_1/amd_sfh_init.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,8 +299,8 @@ static void amd_sfh_set_ops(struct amd_mp2_dev *mp2)
299299

300300
sfh_interface_init(mp2);
301301
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,
302+
mp2_ops->clear_intr = amd_sfh_clear_intr_v2;
303+
mp2_ops->init_intr = amd_sfh_irq_init_v2;
304304
mp2_ops->suspend = amd_sfh_suspend;
305305
mp2_ops->resume = amd_sfh_resume;
306306
mp2_ops->remove = amd_mp2_pci_remove;

0 commit comments

Comments
 (0)