Pressed enter too soon.
/*
* Call device private open method
*/
ret = -ENODEV;
if (dev->open && try_inc_mod_count(dev->owner)) {
if ((ret = dev->open(dev)) && dev->owner)
__MOD_DEC_USE_COUNT(dev->owner);
}
-
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/
- Re: Locking Between User Context and Soft IRQs in 2.4.0 Jeff Garzik
- Re: Locking Between User Context and Soft IRQs in 2.4.... Andi Kleen
- Re: Locking Between User Context and Soft IRQs in ... Jeff Garzik
- Re: Locking Between User Context and Soft IRQs... Andi Kleen
- Re: Locking Between User Context and Soft ... Jeff Garzik
- Re: Locking Between User Context and ... Andi Kleen
- Re: Locking Between User Context ... Andrew Morton
- Re: Locking Between User Context ... Andrew Morton
- Re: Locking Between User Context ... Andi Kleen
- Re: Locking Between User Context ... Keith Owens
- Re: Locking Between User Context ... Keith Owens
- Re: Locking Between User Context ... Andrew Morton
- Re: Locking Between User Context ... Paul Gortmaker
- Re: Locking Between User Context ... Andrew Morton
- Re: Locking Between User Context ... Rusty Russell

