--- linux-2.5.2-pre8/drivers/media/video/tvmixer.c Wed Oct 17 14:19:20 2001 +++ linux/drivers/media/video/tvmixer.c Sat Jan 5 01:17:51 2002 @@ -177,7 +177,7 @@ static int tvmixer_open(struct inode *inode, struct file *file) { - int i, minor = MINOR(inode->i_rdev); + int i, minor = minor(inode->i_rdev); struct TVMIXER *mix = NULL; struct i2c_client *client = NULL;