Skip to content

Commit

Permalink
PCI: Fix comment typo 'COMFIG_PM_OPS'
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Bolle <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
pebolle authored and Jiri Kosina committed Oct 29, 2014
1 parent b823982 commit 2386dc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/pci/pci-driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -1234,11 +1234,11 @@ static const struct dev_pm_ops pci_dev_pm_ops = {

#define PCI_PM_OPS_PTR (&pci_dev_pm_ops)

#else /* !COMFIG_PM_OPS */
#else /* !CONFIG_PM */

#define PCI_PM_OPS_PTR NULL

#endif /* !COMFIG_PM_OPS */
#endif /* !CONFIG_PM */

/**
* __pci_register_driver - register a new pci driver
Expand Down

0 comments on commit 2386dc4

Please sign in to comment.