--- kernel-source-2.4.21/drivers/addon/bttv/tvmixer.c.orig 2003-07-29 20:30:21 +0400 +++ kernel-source-2.4.21/drivers/addon/bttv/tvmixer.c 2003-07-29 20:30:31 +0400 @@ -196,7 +196,7 @@ /* lock bttv in memory while the mixer is in use */ file->private_data = mix; -#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,54) +#if LINUX_VERSION_CODE > KERNEL_VERSION(2,5,54) if (client->adapter->inc_use) client->adapter->inc_use(client->adapter); #else @@ -216,7 +216,7 @@ return -ENODEV; } -#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,54) +#if LINUX_VERSION_CODE > KERNEL_VERSION(2,5,54) if (client->adapter->dec_use) client->adapter->dec_use(client->adapter); #else