Commit 54eee4c5 authored by Randy Dunlap's avatar Randy Dunlap Committed by Greg Kroah-Hartman

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

Correct function name copy-paste error.
Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 0da0ead9
......@@ -203,7 +203,7 @@ resume
Usage:
if (dev->driver && dev->driver->suspend)
if (dev->driver && dev->driver->resume)
dev->driver->resume(dev)
The resume callback may be called from any power state, and is always meant to
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment