hwmon: (sis5595) re-use s_bridge->revision
Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com> Acked-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Mark M. Hoffman <mhoffman@lightlink.com>
This commit is contained in:
committed by
Mark M. Hoffman
parent
e7f62303b8
commit
7b6d1f044d
@@ -517,7 +517,7 @@ static int __devinit sis5595_probe(struct platform_device *pdev)
|
|||||||
platform_set_drvdata(pdev, data);
|
platform_set_drvdata(pdev, data);
|
||||||
|
|
||||||
/* Check revision and pin registers to determine whether 4 or 5 voltages */
|
/* Check revision and pin registers to determine whether 4 or 5 voltages */
|
||||||
pci_read_config_byte(s_bridge, PCI_REVISION_ID, &data->revision);
|
data->revision = s_bridge->revision;
|
||||||
/* 4 voltages, 1 temp */
|
/* 4 voltages, 1 temp */
|
||||||
data->maxins = 3;
|
data->maxins = 3;
|
||||||
if (data->revision >= REV2MIN) {
|
if (data->revision >= REV2MIN) {
|
||||||
|
Reference in New Issue
Block a user