# HG changeset patch # User heiko # Date 1011383123 -3600 # Node ID b560de13b2360b3b396b3e066d31b689ba76c4a6 # Parent ed7a768ff898e39111fd1079bb97c0e15f05e66a blocking subdevice - 1 -- really diff -r ed7a768ff898 -r b560de13b236 me8100.c --- a/me8100.c Fri Jan 18 20:41:32 2002 +0100 +++ b/me8100.c Fri Jan 18 20:45:23 2002 +0100 @@ -585,7 +585,7 @@ subinfo = &info->subinfo[subdevice]; /* Currently we can't support the old style minor numbers. */ - if (subinfo < 0) { + if (subdevice < 0) { printk(KERN_ERR "ME8100:me8100_open(): Bad subdevice %d\n", subdevice); return -ENODEV; }