diff for duplicates of <53332168.5050805@tabi.org> diff --git a/a/1.txt b/N1/1.txt index 649945b..18fcbea 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -4,7 +4,8 @@ On 03/26/2014 12:41 PM, Jason Jin wrote: > + if (of_address_to_resource(ofdev->dev.of_node, 1, &res)) > + pr_err(KERN_ERR "No pixel clock set func and no pixel node!\n"); > + else { -> + data->pixelclk_ptr > + devm_ioremap(&ofdev->dev, res.start, resource_size(&res)); +> + data->pixelclk_ptr = +> + devm_ioremap(&ofdev->dev, res.start, resource_size(&res)); > + if (!data->pixelclk_ptr) { > + pr_err(KERN_ERR "fslfb: could not map pixelclk register!\n"); > + ret = -ENOMEM; diff --git a/a/content_digest b/N1/content_digest index 377832f..a22aeb4 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\01395855704-19908-2-git-send-email-Jason.Jin@freescale.com\0" "From\0Timur Tabi <timur@tabi.org>\0" "Subject\0Re: [PATCH 2/2] video/fsl: Fix the sleep function for FSL DIU module\0" - "Date\0Wed, 26 Mar 2014 18:50:16 +0000\0" + "Date\0Wed, 26 Mar 2014 13:50:16 -0500\0" "To\0Jason Jin <Jason.Jin@freescale.com>\0" "Cc\0b07421@freescale.com" linux-fbdev@vger.kernel.org @@ -17,7 +17,8 @@ "> +\t\tif (of_address_to_resource(ofdev->dev.of_node, 1, &res))\n" "> +\t\t\tpr_err(KERN_ERR \"No pixel clock set func and no pixel node!\\n\");\n" "> +\t\telse {\n" - "> +\t\t\tdata->pixelclk_ptr > +\t\t\t\tdevm_ioremap(&ofdev->dev, res.start, resource_size(&res));\n" + "> +\t\t\tdata->pixelclk_ptr =\n" + "> +\t\t\t\tdevm_ioremap(&ofdev->dev, res.start, resource_size(&res));\n" "> +\t\t\tif (!data->pixelclk_ptr) {\n" "> +\t\t\t\tpr_err(KERN_ERR \"fslfb: could not map pixelclk register!\\n\");\n" "> +\t\t\t\tret = -ENOMEM;\n" @@ -32,4 +33,4 @@ "Also, use dev_info() instead of pr_err, and never use exclamation marks \n" in driver messages. -4bd31f36a52d42a18f07a8a4f23558c388016354995b246ee70b85f0637bda31 +3ec4e0ac2b315a58c1a5fbf46182e33ed2ccedcf915a26edce377aa040709988
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.