> + case SIOCDEVPRIVATE+5: > + speedo_debug = *(int *)rq->ifr_data; > + printk(KERN_DEBUG "%s: set debug level to [%d].\n", > + dev->name, speedo_debug); > + return 0; Surely that should check for root ? > - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/
- [PATCH] 2.2.18pre13: eepro100 debug tweaks Chip Salzenberg
- Re: [PATCH] 2.2.18pre13: eepro100 debug tweaks Alan Cox
- Re: [PATCH] 2.2.18pre13: eepro100 debug tweaks Chip Salzenberg
- Re: 2.2.18pre13: eepro100 debug tweaks Andrey Savochkin