Hi Paul, Paul Mundt wrote: > On Tue, May 26, 2009 at 12:09:48PM +0900, Yoshihiro Shimoda wrote: >> +struct r8a66597_platdata { < snip > >> + /* set one = low level, set zero = falling edge */ >> + unsigned irq_sense:1; >> +}; > > I would just get rid of irq_sense entirely. You can OR in > IRQF_TRIGGER_LOW or IRQF_TRIGGER_FALLING against IORESOURCE_IRQ in the > struct resource, so there is no need for reproducing this information > elsewhere. Thank you very much for your comment. I did not notice it reproducing. I will fix this code. Thanks, Yoshihiro Shimoda -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html