Explorar o código

PCI Documentation: power/pci.txt fix copy/paste error

Correct function name copy-paste error.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Randy Dunlap %!s(int64=18) %!d(string=hai) anos
pai
achega
54eee4c5bf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Documentation/power/pci.txt

+ 1 - 1
Documentation/power/pci.txt

@@ -203,7 +203,7 @@ resume
 
 
 Usage:
 Usage:
 
 
-if (dev->driver && dev->driver->suspend)
+if (dev->driver && dev->driver->resume)
 	dev->driver->resume(dev)
 	dev->driver->resume(dev)
 
 
 The resume callback may be called from any power state, and is always meant to
 The resume callback may be called from any power state, and is always meant to