diff for duplicates of <1440445048-24694-4-git-send-email-linux@rainbow-software.org> diff --git a/a/1.txt b/N1/1.txt index fc7e1c3..3a885a6 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -213,7 +213,7 @@ index 01b43e9..59471a0 100644 - err = -EINVAL; - goto out_unmap2; +#ifdef CONFIG_FB_TRIDENT_DDC -+ 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; @@ -234,7 +234,7 @@ index 01b43e9..59471a0 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; + } + } @@ -250,7 +250,7 @@ index 01b43e9..59471a0 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 caaf129..cb1930c 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\01440445048-24694-1-git-send-email-linux@rainbow-software.org\0" "From\0Ondrej Zary <linux@rainbow-software.org>\0" "Subject\0[PATCH 4/4] [resend #2] tridentfb: Add DDC support\0" - "Date\0Mon, 24 Aug 2015 19:37:28 +0000\0" + "Date\0Mon, 24 Aug 2015 21:37:28 +0200\0" "To\0Krzysztof Helt <krzysztof.h1@wp.pl>\0" "Cc\0Tomi Valkeinen <tomi.valkeinen@ti.com>" linux-fbdev@vger.kernel.org @@ -223,7 +223,7 @@ "-\t\terr = -EINVAL;\n" "-\t\tgoto out_unmap2;\n" "+#ifdef CONFIG_FB_TRIDENT_DDC\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" @@ -244,7 +244,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" @@ -260,7 +260,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" @@ -301,4 +301,4 @@ "-- \n" Ondrej Zary -5490fc52e070b0d2af6647b11f8100621678b6301bc8d4586a8980afdf3afc9c +d31a0390d8cbe6e43964febc2a1ebe7a58d84b43b334c1d54a4dbc6e6dc36f69
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.