Skip to content

Commit aa0b724

Browse files
basuamdJiri Kosina
authored andcommitted
HID: amd_sfh: Correct the structure field name
Misinterpreted intr_enable field name. Hence correct the structure field name accordingly to reflect the functionality. Fixes: f264481 ("HID: amd_sfh: Extend driver capabilities for multi-generation support") Signed-off-by: Basavaraj Natikar <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent 0cf7423 commit aa0b724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/hid/amd-sfh-hid/amd_sfh_pcie.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ union sfh_cmd_base {
4949
} s;
5050
struct {
5151
u32 cmd_id : 4;
52-
u32 intr_enable : 1;
52+
u32 intr_disable : 1;
5353
u32 rsvd1 : 3;
5454
u32 length : 7;
5555
u32 mem_type : 1;

0 commit comments

Comments
 (0)