diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-09-30 08:11:24 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-09-30 08:11:24 -0700 |
commit | 9c1fe834c1bd7725b411055c66886b64c928083d (patch) | |
tree | 4321cc45b60988a28dc384c1b189f33d4c95d830 /drivers/pcmcia/at91_cf.c | |
parent | 5a4c8d75f4ff512c42065a7125d02dffe27966ce (diff) | |
parent | 0c570cdeb8fdfcb354a3e9cd81bfc6a09c19de0c (diff) | |
download | op-kernel-dev-9c1fe834c1bd7725b411055c66886b64c928083d.zip op-kernel-dev-9c1fe834c1bd7725b411055c66886b64c928083d.tar.gz |
Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6
* 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6:
PM / yenta: Fix cardbus suspend/resume regression
PM / PCMCIA: Drop second argument of pcmcia_socket_dev_suspend()
Diffstat (limited to 'drivers/pcmcia/at91_cf.c')
-rw-r--r-- | drivers/pcmcia/at91_cf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pcmcia/at91_cf.c b/drivers/pcmcia/at91_cf.c index 9e1140f..e1dcced 100644 --- a/drivers/pcmcia/at91_cf.c +++ b/drivers/pcmcia/at91_cf.c @@ -363,7 +363,7 @@ static int at91_cf_suspend(struct platform_device *pdev, pm_message_t mesg) struct at91_cf_socket *cf = platform_get_drvdata(pdev); struct at91_cf_data *board = cf->board; - pcmcia_socket_dev_suspend(&pdev->dev, mesg); + pcmcia_socket_dev_suspend(&pdev->dev); if (device_may_wakeup(&pdev->dev)) { enable_irq_wake(board->det_pin); if (board->irq_pin) |