diff for duplicates of <1443132854-31786-2-git-send-email-linux@rainbow-software.org> diff --git a/a/1.txt b/N1/1.txt index 57077a7..655ab69 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -200,7 +200,7 @@ index 01b43e9..8a5bbc1 100644 - mode_option, NULL, 0, NULL, bpp)) { - err = -EINVAL; - goto out_unmap2; -+ if (tridentfb_setup_ddc_bus(info) = 0) { ++ if (tridentfb_setup_ddc_bus(info) == 0) { + u8 *edid = fb_ddc_read(&default_par->ddc_adapter); + + default_par->ddc_registered = true; @@ -221,7 +221,7 @@ index 01b43e9..8a5bbc1 100644 + fb_videomode_to_var(&info->var, m); + /* fill all other info->var's fields */ + if (tridentfb_check_var(&info->var, -+ info) = 0) ++ info) == 0) + found = true; + } + } @@ -237,7 +237,7 @@ index 01b43e9..8a5bbc1 100644 + info->monspecs.modedb, + info->monspecs.modedb_len, + NULL, info->var.bits_per_pixel); -+ if (!err || err = 4) { ++ if (!err || err == 4) { + err = -EINVAL; + dev_err(info->device, "mode %s not found\n", + mode_option); diff --git a/a/content_digest b/N1/content_digest index d96558b..4bcae78 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\01443132854-31786-1-git-send-email-linux@rainbow-software.org\0" "From\0Ondrej Zary <linux@rainbow-software.org>\0" "Subject\0[PATCH v2 2/2] tridentfb: Add DDC support\0" - "Date\0Thu, 24 Sep 2015 22:14:14 +0000\0" + "Date\0Fri, 25 Sep 2015 00:14:14 +0200\0" "To\0Krzysztof Helt <krzysztof.h1@wp.pl>\0" "Cc\0Tomi Valkeinen <tomi.valkeinen@ti.com>" linux-fbdev@vger.kernel.org @@ -210,7 +210,7 @@ "-\t\t\t mode_option, NULL, 0, NULL, bpp)) {\n" "-\t\terr = -EINVAL;\n" "-\t\tgoto out_unmap2;\n" - "+\tif (tridentfb_setup_ddc_bus(info) = 0) {\n" + "+\tif (tridentfb_setup_ddc_bus(info) == 0) {\n" "+\t\tu8 *edid = fb_ddc_read(&default_par->ddc_adapter);\n" "+\n" "+\t\tdefault_par->ddc_registered = true;\n" @@ -231,7 +231,7 @@ "+\t\t\t\t\tfb_videomode_to_var(&info->var, m);\n" "+\t\t\t\t\t/* fill all other info->var's fields */\n" "+\t\t\t\t\tif (tridentfb_check_var(&info->var,\n" - "+\t\t\t\t\t\t\t\tinfo) = 0)\n" + "+\t\t\t\t\t\t\t\tinfo) == 0)\n" "+\t\t\t\t\t\tfound = true;\n" "+\t\t\t\t}\n" "+\t\t\t}\n" @@ -247,7 +247,7 @@ "+\t\t\t\t info->monspecs.modedb,\n" "+\t\t\t\t info->monspecs.modedb_len,\n" "+\t\t\t\t NULL, info->var.bits_per_pixel);\n" - "+\t\tif (!err || err = 4) {\n" + "+\t\tif (!err || err == 4) {\n" "+\t\t\terr = -EINVAL;\n" "+\t\t\tdev_err(info->device, \"mode %s not found\\n\",\n" "+\t\t\t\t\t\t\t\tmode_option);\n" @@ -284,4 +284,4 @@ "-- \n" Ondrej Zary -63a3cc2229dbdfe3e509f458c15cc8db97c9b0e172b563fb47699f5925b33174 +ae08543fd0b64fa8d7a4868d17c156eddb20e6bac0118825ca84e017f04559fc
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.