diff options
Diffstat (limited to 'drivers/ieee1394/ohci1394.c')
-rw-r--r-- | drivers/ieee1394/ohci1394.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ieee1394/ohci1394.c b/drivers/ieee1394/ohci1394.c index 3c9dc7d24410..628130a58af3 100644 --- a/drivers/ieee1394/ohci1394.c +++ b/drivers/ieee1394/ohci1394.c | |||
@@ -3517,7 +3517,7 @@ static void ohci1394_pci_remove(struct pci_dev *pdev) | |||
3517 | #ifdef CONFIG_PPC_PMAC | 3517 | #ifdef CONFIG_PPC_PMAC |
3518 | /* On UniNorth, power down the cable and turn off the chip clock | 3518 | /* On UniNorth, power down the cable and turn off the chip clock |
3519 | * to save power on laptops */ | 3519 | * to save power on laptops */ |
3520 | { | 3520 | if (machine_is(powermac)) { |
3521 | struct device_node* ofn = pci_device_to_OF_node(ohci->dev); | 3521 | struct device_node* ofn = pci_device_to_OF_node(ohci->dev); |
3522 | 3522 | ||
3523 | if (ofn) { | 3523 | if (ofn) { |