[PATCH] swsusp: fix remaining u32 vs. pm_message_t confusion
Fix remaining bits of u32 vs. pm_message confusion. Should not break anything. Signed-off-by: Pavel Machek <pavel@suse.cz> Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:

committed by
Linus Torvalds

parent
7e958883bc
commit
829ca9a30a
@@ -301,8 +301,6 @@ static int orinoco_pci_suspend(struct pci_dev *pdev, pm_message_t state)
|
||||
unsigned long flags;
|
||||
int err;
|
||||
|
||||
printk(KERN_DEBUG "%s: Orinoco-PCI entering sleep mode (state=%d)\n",
|
||||
dev->name, state);
|
||||
|
||||
err = orinoco_lock(priv, &flags);
|
||||
if (err) {
|
||||
|
@@ -267,8 +267,6 @@ prism54_suspend(struct pci_dev *pdev, pm_message_t state)
|
||||
islpci_private *priv = ndev ? netdev_priv(ndev) : NULL;
|
||||
BUG_ON(!priv);
|
||||
|
||||
printk(KERN_NOTICE "%s: got suspend request (state %d)\n",
|
||||
ndev->name, state);
|
||||
|
||||
pci_save_state(pdev);
|
||||
|
||||
|
Reference in New Issue
Block a user