diff for duplicates of <4FAA01A8.4010704@samsung.com> diff --git a/a/1.txt b/N1/1.txt index 6dc9443..1e25268 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -69,10 +69,10 @@ index e004f1d..3fcdbf9 100644 platform_set_drvdata(pdev, dsim); - dev_dbg(&pdev->dev, "mipi-dsi driver(%s mode) has been probed.\n", -- (dsim_config->e_interface = DSIM_COMMAND) ? +- (dsim_config->e_interface == DSIM_COMMAND) ? - "CPU" : "RGB"); + dev_dbg(&pdev->dev, "%s() completed sucessfuly (%s mode)\n", __func__, -+ dsim_config->e_interface = DSIM_COMMAND ? "CPU" : "RGB"); ++ dsim_config->e_interface == DSIM_COMMAND ? "CPU" : "RGB"); return 0; diff --git a/a/content_digest b/N1/content_digest index cf50030..2aab971 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ - "From\0Donghwa Lee <dh09.lee@samsung.com>\0" + "From\0dh09.lee@samsung.com (Donghwa Lee)\0" "Subject\0[PATCH 3/5] video: exynos mipi dsi: Avoid races in probe()\0" - "Date\0Wed, 09 May 2012 05:33:28 +0000\0" + "Date\0Wed, 09 May 2012 14:33:28 +0900\0" "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" @@ -75,14 +75,14 @@ " \tplatform_set_drvdata(pdev, dsim);\n" " \n" "-\tdev_dbg(&pdev->dev, \"mipi-dsi driver(%s mode) has been probed.\\n\",\n" - "-\t\t(dsim_config->e_interface = DSIM_COMMAND) ?\n" + "-\t\t(dsim_config->e_interface == DSIM_COMMAND) ?\n" "-\t\t\t\"CPU\" : \"RGB\");\n" "+\tdev_dbg(&pdev->dev, \"%s() completed sucessfuly (%s mode)\\n\", __func__,\n" - "+\t\tdsim_config->e_interface = DSIM_COMMAND ? \"CPU\" : \"RGB\");\n" + "+\t\tdsim_config->e_interface == DSIM_COMMAND ? \"CPU\" : \"RGB\");\n" " \n" " \treturn 0;\n" " \n" "-- \n" 1.7.4.1 -20ce3ee378816e39d196ab633efd5984afc9e3719532f29e5e7037ffb4b3d01b +146b1cae4704a3cf989c781412154e242010325bbb72e2570159f2ce25d4ad75
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.