projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48b9d5b
)
hwmon: (fam15h_power) Fix NB device ID for F16h M30h
author
Aravind Gopalakrishnan
<
[email protected]
>
Tue, 4 Nov 2014 17:49:02 +0000
(11:49 -0600)
committer
Guenter Roeck
<
[email protected]
>
Tue, 11 Nov 2014 18:39:45 +0000
(10:39 -0800)
F3 device ID is wrongly included in fam15h_power_id_table
for F16h M30h. It should be F4 device ID. Fix this.
Signed-off-by: Aravind Gopalakrishnan <
[email protected]
>
Signed-off-by: Guenter Roeck <
[email protected]
>
drivers/hwmon/fam15h_power.c
patch
|
blob
|
history
diff --git
a/drivers/hwmon/fam15h_power.c
b/drivers/hwmon/fam15h_power.c
index fcdbde4ec692f25c11f0a44b281a3770ede2d0c0..3057dfc7e3bc6cde853660579b01b4cab3530344 100644
(file)
--- a/
drivers/hwmon/fam15h_power.c
+++ b/
drivers/hwmon/fam15h_power.c
@@
-234,7
+234,7
@@
static const struct pci_device_id fam15h_power_id_table[] = {
{ PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_15H_NB_F4) },
{ PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_15H_M30H_NB_F4) },
{ PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_16H_NB_F4) },
- { PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_16H_M30H_NB_F
3
) },
+ { PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_16H_M30H_NB_F
4
) },
{}
};
MODULE_DEVICE_TABLE(pci, fam15h_power_id_table);