diff for duplicates of <20121029084956.GA7506@elgon.mountain> diff --git a/a/1.txt b/N1/1.txt index 1e14d2f..3223c1e 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,5 +1,5 @@ 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> @@ -11,8 +11,8 @@ index 2c1e12b..858ad44 100644 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) { diff --git a/a/content_digest b/N1/content_digest index f2cb164..b26c8a5 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Subject\0[patch] Input: wacom - fix a check for WACOM_24HDT\0" - "Date\0Mon, 29 Oct 2012 08:49:56 +0000\0" + "Date\0Mon, 29 Oct 2012 11:49:56 +0300\0" "To\0Dmitry Torokhov <dmitry.torokhov@gmail.com>" " Jason Gerecke <killertofu@gmail.com>\0" "Cc\0Chris Bagwell <chris@cnpbagwell.com>" @@ -11,7 +11,7 @@ "\00:1\0" "b\0" "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" @@ -23,10 +23,10 @@ " \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) {" + " \t\t\t\t\t\tif (features->type == BAMBOO_PT) {" -f327e9199f772d848f3d95621298fc4326b4969d3c98209d3e39aa0a86d466f0 +b30c9f827dc5a9bd075b47018d24bdff2f269ffb99053490e15380565e238a65
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.