Loading drivers/video/mx3fb.c +1 −2 Original line number Diff line number Diff line Loading @@ -1470,8 +1470,7 @@ static int mx3fb_probe(struct platform_device *pdev) goto eremap; } pr_debug("Remapped %x to %x at %p\n", sdc_reg->start, sdc_reg->end, mx3fb->reg_base); pr_debug("Remapped %pR at %p\n", sdc_reg, mx3fb->reg_base); /* IDMAC interface */ dmaengine_get(); Loading Loading
drivers/video/mx3fb.c +1 −2 Original line number Diff line number Diff line Loading @@ -1470,8 +1470,7 @@ static int mx3fb_probe(struct platform_device *pdev) goto eremap; } pr_debug("Remapped %x to %x at %p\n", sdc_reg->start, sdc_reg->end, mx3fb->reg_base); pr_debug("Remapped %pR at %p\n", sdc_reg, mx3fb->reg_base); /* IDMAC interface */ dmaengine_get(); Loading