ChangeSet 1.2212, 2005/03/30 09:45:09-08:00, [EMAIL PROTECTED]
[PATCH] Fix u32 vs. pm_message_t confusion in serials
This fixes u32 vs. pm_message_t confusion in serials.
Signed-off-by: Pavel Machek <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
8250.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -Nru a/drivers/serial/8250.c b/drivers/serial/8250.c
--- a/drivers/serial/8250.c 2005-03-30 12:13:37 -08:00
+++ b/drivers/serial/8250.c 2005-03-30 12:13:37 -08:00
@@ -2333,7 +2333,7 @@
return 0;
}
-static int serial8250_suspend(struct device *dev, u32 state, u32 level)
+static int serial8250_suspend(struct device *dev, pm_message_t state, u32
level)
{
int i;
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html