Daniel Phillips wrote: > Yep, the only thing left to resolve is whether Jeff had coffee or not. ;-) > > - if ((card->mpuout = kmalloc(sizeof(struct emu10k1_mpuout), GFP_KERNEL)) > + if ((card->mpuout = kmalloc(sizeof(*card->mpuout), GFP_KERNEL)) Yeah, this is fine. The original posted omitted the '*' which was not fine :) -- Jeff Garzik | Andre the Giant has a posse. Building 1024 | MandrakeSoft | - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Newbie idiotic questions. Bill Pringlemeir
- Re: Newbie idiotic questions. Jeff Garzik
- Re: Newbie idiotic questions. Daniel Phillips
- Re: Newbie idiotic questions. rjd
- Re: Newbie idiotic questions. Daniel Phillips
- Re: Newbie idiotic questions. Jeff Garzik
- Re: Newbie idiotic questions. David Flynn
- Re: Newbie idiotic questi... Jeff Garzik
- Re: Newbie idiotic questi... Geert Uytterhoeven
- Re: Newbie idiotic questi... Daniel Phillips
- Re: Newbie idiotic questi... Alexander Viro
- Re: Newbie idiotic questi... Daniel Phillips
- Re: Newbie idiotic questi... Alexander Viro
- Re: Newbie idiotic questi... Roman Zippel
- Re: Newbie idiotic questi... Alexander Viro
- Re: Newbie idiotic questi... Bill Pringlemeir