On Mon, Jan 07, 2013 at 06:55:48PM -0200, Fabio Estevam wrote: > Hi Dmitry, > > On Mon, Jan 7, 2013 at 6:50 PM, Dmitry Torokhov > <[email protected]> wrote: > > > This is not equivalent transformation. Did you intend to change the > > behavior? If you this should be mentioned (and reasoned) in the > > patch description. > > Sorry, do not understand why the behavior changes? Can you please explain?
module_platform_driver() internally uses platform_driver_register() whereas the original code used platform_driver_probe(). These 2 behave differently. -- Dmitry -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
