From: Guo-Fu Tseng Date: Tue, 28 Jun 2011 04:49:36 +0000 (+0800) Subject: jme: Cleanup PM operations after using new PM API X-Git-Url: https://bbs.cooldavid.org/git/?p=jme.git;a=commitdiff_plain;h=18783c49db818f2d33a6a86303f45972b6893116;hp=18783c49db818f2d33a6a86303f45972b6893116 jme: Cleanup PM operations after using new PM API 1. Using enum name instead of numeric value. 2. device_set_wakeup_enable expect bool argument adding !!() to the argument to be passed. 3. Remove non-jme-hardware related operations from jme_clear_pm() 4. Reuse jme_clear_pm() in jme_resume() and jme_powersave_phy() ---