diff options
author | Michael Krufky <devnull@localhost> | 2005-07-30 19:45:31 +0000 |
---|---|---|
committer | Michael Krufky <devnull@localhost> | 2005-07-30 19:45:31 +0000 |
commit | cc9ca28525b2125ef6139caf341dca98201d011c (patch) | |
tree | f236e0e730594a1b46adf28cd150b4fe1e5f7e61 /linux/drivers/media/video/bttv-driver.c | |
parent | d56ce075089545830f5223cc8e27339bb21d1515 (diff) | |
download | mediapointer-dvb-s2-cc9ca28525b2125ef6139caf341dca98201d011c.tar.gz mediapointer-dvb-s2-cc9ca28525b2125ef6139caf341dca98201d011c.tar.bz2 |
fixed cvs compile for 2.6.13
Diffstat (limited to 'linux/drivers/media/video/bttv-driver.c')
-rw-r--r-- | linux/drivers/media/video/bttv-driver.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/linux/drivers/media/video/bttv-driver.c b/linux/drivers/media/video/bttv-driver.c index c137b8532..69f205941 100644 --- a/linux/drivers/media/video/bttv-driver.c +++ b/linux/drivers/media/video/bttv-driver.c @@ -1,5 +1,5 @@ /* - $Id: bttv-driver.c,v 1.45 2005/07/20 19:43:24 mkrufky Exp $ + $Id: bttv-driver.c,v 1.46 2005/07/30 19:45:31 mkrufky Exp $ bttv - Bt848 frame grabber driver @@ -4060,10 +4060,10 @@ static int bttv_suspend(struct pci_dev *pci_dev, pm_message_t state) struct bttv_buffer_set idle; unsigned long flags; -#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,13) - dprintk("bttv%d: suspend %d\n", btv->c.nr, state); -#else +#if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,13) dprintk("bttv%d: suspend %d\n", btv->c.nr, state.event); +#else + dprintk("bttv%d: suspend %d\n", btv->c.nr, state); #endif /* stop dma + irqs */ |