projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cf7423
)
HID: amd_sfh: Correct the structure field name
author
Basavaraj Natikar
<Basavaraj.Natikar@amd.com>
Tue, 8 Feb 2022 12:21:09 +0000
(17:51 +0530)
committer
Jiri Kosina
<jkosina@suse.cz>
Mon, 14 Feb 2022 15:28:51 +0000
(16:28 +0100)
Misinterpreted intr_enable field name. Hence correct the structure
field name accordingly to reflect the functionality.
Fixes: f264481ad614 ("HID: amd_sfh: Extend driver capabilities for multi-generation support")
Signed-off-by: Basavaraj Natikar <Basavaraj.Natikar@amd.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/amd-sfh-hid/amd_sfh_pcie.h
patch
|
blob
|
history
diff --git
a/drivers/hid/amd-sfh-hid/amd_sfh_pcie.h
b/drivers/hid/amd-sfh-hid/amd_sfh_pcie.h
index ae30e059f8475df8845da96d08cd9e1aafca3607..8a9c544c27aefae5c15fde55d22227fe193c6640 100644
(file)
--- a/
drivers/hid/amd-sfh-hid/amd_sfh_pcie.h
+++ b/
drivers/hid/amd-sfh-hid/amd_sfh_pcie.h
@@
-49,7
+49,7
@@
union sfh_cmd_base {
} s;
struct {
u32 cmd_id : 4;
- u32 intr_
en
able : 1;
+ u32 intr_
dis
able : 1;
u32 rsvd1 : 3;
u32 length : 7;
u32 mem_type : 1;