forked from luck/tmp_suning_uos_patched
[POWERPC] via-pmu: Switch to ref counting PCI API
Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
parent
ab4627683a
commit
c78f830547
@ -2135,7 +2135,7 @@ static int powerbook_sleep_grackle(void)
|
|||||||
int ret;
|
int ret;
|
||||||
struct pci_dev *grackle;
|
struct pci_dev *grackle;
|
||||||
|
|
||||||
grackle = pci_find_slot(0, 0);
|
grackle = pci_get_bus_and_slot(0, 0);
|
||||||
if (!grackle)
|
if (!grackle)
|
||||||
return -ENODEV;
|
return -ENODEV;
|
||||||
|
|
||||||
@ -2183,6 +2183,8 @@ static int powerbook_sleep_grackle(void)
|
|||||||
pmcr1 &= ~(GRACKLE_PM|GRACKLE_DOZE|GRACKLE_SLEEP|GRACKLE_NAP);
|
pmcr1 &= ~(GRACKLE_PM|GRACKLE_DOZE|GRACKLE_SLEEP|GRACKLE_NAP);
|
||||||
pci_write_config_word(grackle, 0x70, pmcr1);
|
pci_write_config_word(grackle, 0x70, pmcr1);
|
||||||
|
|
||||||
|
pci_dev_put(grackle);
|
||||||
|
|
||||||
/* Make sure the PMU is idle */
|
/* Make sure the PMU is idle */
|
||||||
pmac_call_feature(PMAC_FTR_SLEEP_STATE,NULL,0,0);
|
pmac_call_feature(PMAC_FTR_SLEEP_STATE,NULL,0,0);
|
||||||
restore_via_state();
|
restore_via_state();
|
||||||
|
Loading…
Reference in New Issue
Block a user