mirror of
https://github.com/joel16/android_kernel_sony_msm8994_rework.git
synced 2025-01-07 03:50:29 +00:00
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>
This commit is contained in:
parent
0da0ead901
commit
54eee4c5bf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user