diff for duplicates of <20121031055718.GF31983@core.coreip.homeip.net> diff --git a/a/1.txt b/N1/1.txt index a63fcb5..3eee8ad 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,6 +1,6 @@ On Mon, Oct 29, 2012 at 11:49:56AM +0300, Dan Carpenter wrote: > The current condition is always true. From the context, it looks like -> we should be checking if ->type = WACOM_24HDT. +> we should be checking if ->type == WACOM_24HDT. > > Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> @@ -16,11 +16,11 @@ addressing this issue. > features->pktlen = WACOM_PKGLEN_TPC2FG; > } > -> - if (features->type = MTSCREEN || WACOM_24HDT) -> + if (features->type = MTSCREEN || features->type = WACOM_24HDT) +> - if (features->type == MTSCREEN || WACOM_24HDT) +> + if (features->type == MTSCREEN || features->type == WACOM_24HDT) > features->pktlen = WACOM_PKGLEN_MTOUCH; > -> if (features->type = BAMBOO_PT) { +> if (features->type == BAMBOO_PT) { -- Dmitry diff --git a/a/content_digest b/N1/content_digest index 86244c4..8de72ef 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020121029084956.GA7506@elgon.mountain\0" "From\0Dmitry Torokhov <dmitry.torokhov@gmail.com>\0" "Subject\0Re: [patch] Input: wacom - fix a check for WACOM_24HDT\0" - "Date\0Wed, 31 Oct 2012 05:57:18 +0000\0" + "Date\0Tue, 30 Oct 2012 22:57:18 -0700\0" "To\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Cc\0Jason Gerecke <killertofu@gmail.com>" Chris Bagwell <chris@cnpbagwell.com> @@ -13,7 +13,7 @@ "b\0" "On Mon, Oct 29, 2012 at 11:49:56AM +0300, Dan Carpenter wrote:\n" "> The current condition is always true. From the context, it looks like\n" - "> we should be checking if ->type = WACOM_24HDT.\n" + "> we should be checking if ->type == WACOM_24HDT.\n" "> \n" "> Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>\n" "\n" @@ -29,13 +29,13 @@ "> \t\t\t\t\t\t\tfeatures->pktlen = WACOM_PKGLEN_TPC2FG;\n" "> \t\t\t\t\t\t}\n" "> \n" - "> -\t\t\t\t\t\tif (features->type = MTSCREEN || WACOM_24HDT)\n" - "> +\t\t\t\t\t\tif (features->type = MTSCREEN || features->type = WACOM_24HDT)\n" + "> -\t\t\t\t\t\tif (features->type == MTSCREEN || WACOM_24HDT)\n" + "> +\t\t\t\t\t\tif (features->type == MTSCREEN || features->type == WACOM_24HDT)\n" "> \t\t\t\t\t\t\tfeatures->pktlen = WACOM_PKGLEN_MTOUCH;\n" "> \n" - "> \t\t\t\t\t\tif (features->type = BAMBOO_PT) {\n" + "> \t\t\t\t\t\tif (features->type == BAMBOO_PT) {\n" "\n" "-- \n" Dmitry -2f55959c7c788c365c6d27eac2350dcad10d6fb2826ca3440b3c484783af99c7 +1d63c87cb536f64be38a14ee93cae0df36449b66622c04da4b9884def6c10001
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.