On 3/26/2012 9:25 PM, Dmitry Torokhov wrote:
> Actually I want to change the interface so that we could do something
> like:
>
> if (pdata->keymap) {
> matrix_keypad_build_keymap(...)
> } else {
> error = matrix_keypad_build_of_keymap();
> if (error)
> goto blah;
> }I would implement this and send V2. -- viresh _______________________________________________ devicetree-discuss mailing list [email protected] https://lists.ozlabs.org/listinfo/devicetree-discuss
