On Sat, Oct 19, 2013 at 2:48 PM, Jean-Christophe PLAGNIOL-VILLARD <plagnioj@xxxxxxxxxxxx> wrote: > On 13:50 Thu 17 Oct , Dmitry Eremin-Solenikov wrote: >> Call tmiofb_set_par() to initlaize fixed variable before registering >> framebuffer. This is necessary for current kexecboot. >> >> Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@xxxxxxxxx> >> --- >> drivers/video/tmiofb.c | 6 +++++- >> 1 file changed, 5 insertions(+), 1 deletion(-) >> >> diff --git a/drivers/video/tmiofb.c b/drivers/video/tmiofb.c >> index deb8733..69fd0f7 100644 >> --- a/drivers/video/tmiofb.c >> +++ b/drivers/video/tmiofb.c >> @@ -774,6 +774,10 @@ static int tmiofb_probe(struct platform_device *dev) >> if (retval) >> goto err_hw_init; >> >> + retval = tmiofb_set_par(info); >> + if (retval) >> + goto err_set_par; >> + > > sorry no fix kexecboot So calling set_par in _probe() is deprecated/fromn upon? Why? -- With best wishes Dmitry -- To unsubscribe from this list: send the line "unsubscribe linux-fbdev" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html