diff for duplicates of <5256F8DF.2020801@metafoo.de> diff --git a/a/1.txt b/N1/1.txt index 527be46..585493c 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -82,7 +82,7 @@ from the panel at all. Also your custom bitbang code looks a bit strange: gpio_set_value(data->dout_gpio, 1); - if (gpio_get_value(data->din_gpio) = 0) + if (gpio_get_value(data->din_gpio) == 0) return 1; You set the state on the dout pin and then read the din pin, if both do not diff --git a/a/content_digest b/N1/content_digest index e769505..202b386 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -8,7 +8,7 @@ "ref\0A7739B52-2632-4DD8-924D-B657A6BFE3ED@goldelico.com\0" "From\0Lars-Peter Clausen <lars@metafoo.de>\0" "Subject\0Re: [PATCH] omapdss: Add new panel driver for Topolly td028ttec1 LCD.\0" - "Date\0Thu, 10 Oct 2013 18:58:39 +0000\0" + "Date\0Thu, 10 Oct 2013 20:58:39 +0200\0" "To\0Dr. H. Nikolaus Schaller <hns@goldelico.com>\0" "Cc\0Tomi Valkeinen <tomi.valkeinen@ti.com>" Marek Belisko <marek@goldelico.com> @@ -102,7 +102,7 @@ "Also your custom bitbang code looks a bit strange:\n" "\n" "\tgpio_set_value(data->dout_gpio, 1);\n" - "\tif (gpio_get_value(data->din_gpio) = 0)\n" + "\tif (gpio_get_value(data->din_gpio) == 0)\n" "\t\treturn 1;\n" "\n" "You set the state on the dout pin and then read the din pin, if both do not \n" @@ -112,4 +112,4 @@ "\n" - Lars -fc28d71ff61e5dd528dee163777e6ddf8471d640562e0660658d7f608365ed86 +1089379c54dca5f783ee26b5244cfdcffbea7431e5cd0aa340da995b8b860413
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.