Fix u32 vs. pm_message_t confusion in bttv

From: Pavel Machek
Date: Mon Feb 14 2005 - 20:09:53 EST


Hi!

This fixes u32 vs. pm_message_t confusion in bttv. Please apply,

Pavel
--- clean-mm/drivers/media/video/bttv-driver.c 2005-02-15 00:34:38.000000000 +0100
+++ linux-mm/drivers/media/video/bttv-driver.c 2005-02-15 01:04:10.000000000 +0100
@@ -3921,7 +3921,7 @@
return;
}

-static int bttv_suspend(struct pci_dev *pci_dev, u32 state)
+static int bttv_suspend(struct pci_dev *pci_dev, pm_message_t state)
{
struct bttv *btv = pci_get_drvdata(pci_dev);
struct bttv_buffer_set idle;


--
People were complaining that M$ turns users into beta-testers...
...jr ghea gurz vagb qrirybcref, naq gurl frrz gb yvxr vg gung jnl!
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/