diff for duplicates of <1425416163-10700-4-git-send-email-linux@rainbow-software.org> diff --git a/a/1.txt b/N1/1.txt index 2bd7159..b842185 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 b3ad1ba..90aee0f 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\01425416163-10700-1-git-send-email-linux@rainbow-software.org\0" "From\0Ondrej Zary <linux@rainbow-software.org>\0" "Subject\0[PATCH 4/4] [resend] tridentfb: Add DDC support\0" - "Date\0Tue, 03 Mar 2015 20:56:03 +0000\0" + "Date\0Tue, 3 Mar 2015 21:56:03 +0100\0" "To\0Krzysztof Helt <krzysztof.h1@wp.pl>\0" "Cc\0linux-fbdev@vger.kernel.org" " Kernel development list <linux-kernel@vger.kernel.org>\0" @@ -222,7 +222,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" @@ -243,7 +243,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" @@ -259,7 +259,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" @@ -300,4 +300,4 @@ "-- \n" Ondrej Zary -5b556d01dbff69e2f4336c08910c2dca4ad8100c4d6e42085c54169d82cc9ef1 +ea0b4bcaad76fa2bf6c083155cf625893ca31a655a2763f5cdc4be55a78308e3
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.