Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 111
b: refs/heads/master
c: 8d189f7
h: refs/heads/master
i:
  109: 1103284
  107: e63533f
  103: 2f624f0
  95: 93d9527
v: v3
  • Loading branch information
Pavel Machek authored and Linus Torvalds committed Apr 16, 2005
1 parent e513b97 commit c926d6d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a291068991c4d0cc4c2bd533094422bf417c86dd
refs/heads/master: 8d189f729829369edb2e797e9a6ebc2b01b359d0
2 changes: 1 addition & 1 deletion trunk/drivers/message/fusion/mptbase.c
Original file line number Diff line number Diff line change
Expand Up @@ -1429,7 +1429,7 @@ mptbase_shutdown(struct device * dev)
*
*/
static int
mptbase_suspend(struct pci_dev *pdev, u32 state)
mptbase_suspend(struct pci_dev *pdev, pm_message_t state)
{
u32 device_state;
MPT_ADAPTER *ioc = pci_get_drvdata(pdev);
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/message/fusion/mptbase.h
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ struct mpt_pci_driver{
void (*shutdown) (struct device * dev);
#ifdef CONFIG_PM
int (*resume) (struct pci_dev *dev);
int (*suspend) (struct pci_dev *dev, u32 state);
int (*suspend) (struct pci_dev *dev, pm_message_t state);
#endif
};

Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/message/fusion/mptscsih.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ static int mptscsih_probe (struct pci_dev *, const struct pci_device_id *);
static void mptscsih_remove(struct pci_dev *);
static void mptscsih_shutdown(struct device *);
#ifdef CONFIG_PM
static int mptscsih_suspend(struct pci_dev *pdev, u32 state);
static int mptscsih_suspend(struct pci_dev *pdev, pm_message_t state);
static int mptscsih_resume(struct pci_dev *pdev);
#endif

Expand Down Expand Up @@ -1389,7 +1389,7 @@ mptscsih_shutdown(struct device * dev)
*
*/
static int
mptscsih_suspend(struct pci_dev *pdev, u32 state)
mptscsih_suspend(struct pci_dev *pdev, pm_message_t state)
{
mptscsih_shutdown(&pdev->dev);
return 0;
Expand Down

0 comments on commit c926d6d

Please sign in to comment.