[PATCH] fix u32 vs. pm_message_t in drivers/mmc,mtd,scsi
This fixes u32 vs. pm_message_t in drivers/mmc, drivers/mtd and drivers/scsi. Signed-off-by: Pavel Machek <pavel@suse.cz> 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
8d189f7298
commit
e5378ca8c0
@@ -884,7 +884,7 @@ EXPORT_SYMBOL(mmc_free_host);
|
||||
* @host: mmc host
|
||||
* @state: suspend mode (PM_SUSPEND_xxx)
|
||||
*/
|
||||
int mmc_suspend_host(struct mmc_host *host, u32 state)
|
||||
int mmc_suspend_host(struct mmc_host *host, pm_message_t state)
|
||||
{
|
||||
mmc_claim_host(host);
|
||||
mmc_deselect_cards(host);
|
||||
|
Reference in New Issue
Block a user