Merge commit 'v3.3-rc4'

This commit is contained in:
Tomi Valkeinen
2012-02-21 09:32:19 +02:00
1242 changed files with 11111 additions and 53498 deletions

View File

@@ -140,7 +140,7 @@ static void rfbi_runtime_put(void)
DSSDBG("rfbi_runtime_put\n");
r = pm_runtime_put(&rfbi.pdev->dev);
r = pm_runtime_put_sync(&rfbi.pdev->dev);
WARN_ON(r < 0);
}