X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-linux.git;a=blobdiff_plain;f=drivers%2Fpci%2Fpci-driver.c;h=61122fa0879b0314f9802e49b337907e0a294d86;hp=2865ba37e2954c90ba9f796b8284c86d74f08c6a;hb=cb1a14b95eee86d7e20bfa2c010aab77b021f62e;hpb=7225107e158241b7e22f15b9f4c3db0b3330984d diff --git a/drivers/pci/pci-driver.c b/drivers/pci/pci-driver.c index 2865ba37e295..61122fa0879b 100644 --- a/drivers/pci/pci-driver.c +++ b/drivers/pci/pci-driver.c @@ -297,9 +297,10 @@ static long local_pci_probe(void *_ddi) * Unbound PCI devices are always put in D0, regardless of * runtime PM status. During probe, the device is set to * active and the usage count is incremented. If the driver - * supports runtime PM, it should call pm_runtime_put_noidle() - * in its probe routine and pm_runtime_get_noresume() in its - * remove routine. + * supports runtime PM, it should call pm_runtime_put_noidle(), + * or any other runtime PM helper function decrementing the usage + * count, in its probe routine and pm_runtime_get_noresume() in + * its remove routine. */ pm_runtime_get_sync(dev); pci_dev->driver = pci_drv;