Skip to content

Commit ad8ef3d

Browse files
mayer-chJiri Kosina
authored andcommitted
HID: steelseries: remove unnecessary return
Remove unnecessary return in a void function. Signed-off-by: Christian Mayer <[email protected]> Reviewed-by: Bastien Nocera <[email protected]> Tested-by: Bastien Nocera <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent 5d7c74d commit ad8ef3d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/hid/hid-steelseries.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,6 @@ static void steelseries_srws1_remove(struct hid_device *hdev)
370370

371371
hid_hw_stop(hdev);
372372
kfree(drv_data);
373-
return;
374373
}
375374
#endif
376375

0 commit comments

Comments
 (0)