diff for duplicates of <54db994ddb8657.74556624@wp.pl> diff --git a/a/1.txt b/N1/1.txt index 7c0255e..20a786f 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,6 +1,6 @@ Acked-by: Krzysztof Helt <krzysztof.h1@wp.pl> -Dnia Sobota, 7 Lutego 2015 21:53 Ondrej Zary <linux@rainbow-software.org> napisa³(a) +Dnia Sobota, 7 Lutego 2015 21:53 Ondrej Zary <linux@rainbow-software.org> napisał(a) > i2c-algo-bit allows I2C adapters without SCL read capability to work but > fb_ddc_read fails to work on them. > @@ -24,8 +24,8 @@ Dnia Sobota, 7 Lutego 2015 21:53 Ondrej Zary <linux@rainbow-software.org> napisa > + algo_data->getscl(algo_data->data)) > break; > } -> - if (j = 5) -> + if (algo_data->getscl && j = 5) +> - if (j == 5) +> + if (algo_data->getscl && j == 5) > continue; > > algo_data->setsda(algo_data->data, 0); diff --git a/a/content_digest b/N1/content_digest index 5f80e01..7fe3aa5 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Krzysztof Helt <krzysztof.h1@wp.pl>\0" "Subject\0Odp: [PATCH 3/4] fb_ddc: Allow I2C adapters without SCL read capability\0" - "Date\0Wed, 11 Feb 2015 18:02:53 +0000\0" + "Date\0Wed, 11 Feb 2015 19:02:53 +0100\0" "To\0Ondrej Zary <linux@rainbow-software.org>\0" "Cc\0linux-fbdev@vger.kernel.org" " Kernel development list <linux-kernel@vger.kernel.org>\0" @@ -8,7 +8,7 @@ "b\0" "Acked-by: Krzysztof Helt <krzysztof.h1@wp.pl>\n" "\n" - "Dnia Sobota, 7 Lutego 2015 21:53 Ondrej Zary <linux@rainbow-software.org> napisa\302\263(a) \n" + "Dnia Sobota, 7 Lutego 2015 21:53 Ondrej Zary <linux@rainbow-software.org> napisa\305\202(a) \n" "> i2c-algo-bit allows I2C adapters without SCL read capability to work but\n" "> fb_ddc_read fails to work on them.\n" "> \n" @@ -32,8 +32,8 @@ "> +\t\t\t algo_data->getscl(algo_data->data))\n" "> \t\t\t\tbreak;\n" "> \t\t}\n" - "> -\t\tif (j = 5)\n" - "> +\t\tif (algo_data->getscl && j = 5)\n" + "> -\t\tif (j == 5)\n" + "> +\t\tif (algo_data->getscl && j == 5)\n" "> \t\t\tcontinue;\n" "> \n" "> \t\talgo_data->setsda(algo_data->data, 0);\n" @@ -50,4 +50,4 @@ "> -- \n" > Ondrej Zary -b72712ca7dca1a97d9b572ac6bee8e8ff4a62f410273a3ca625e7c212aa6bcf4 +419cd79ba75957c89debe261481e4f298529de7ea34aec39d77e926b59c28535
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.