diff for duplicates of <20150820103037.GA5521@mwanda> diff --git a/a/1.txt b/N1/1.txt index 1d5b97f..5ab8be1 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -33,7 +33,7 @@ index 5a0636d4..bd2f5d2 100644 if (!buf) @@ -739,7 +739,7 @@ mwifiex_rdeeprom_read(struct file *file, char __user *ubuf, - if (saved_offset = -1) { + if (saved_offset == -1) { /* No command has been given */ - pos += snprintf(buf, PAGE_SIZE, "0"); + pos = snprintf(buf, PAGE_SIZE, "0"); diff --git a/a/content_digest b/N1/content_digest index 4a86896..daac11f 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Subject\0[patch] mwifiex: fix mwifiex_rdeeprom_read()\0" - "Date\0Thu, 20 Aug 2015 10:30:37 +0000\0" + "Date\0Thu, 20 Aug 2015 13:30:37 +0300\0" "To\0Amitkumar Karwar <akarwar@marvell.com>" " Bing Zhao <bzhao@marvell.com>\0" "Cc\0Nishant Sarmukadam <nishants@marvell.com>" @@ -44,7 +44,7 @@ " \tif (!buf)\n" "@@ -739,7 +739,7 @@ mwifiex_rdeeprom_read(struct file *file, char __user *ubuf,\n" " \n" - " \tif (saved_offset = -1) {\n" + " \tif (saved_offset == -1) {\n" " \t\t/* No command has been given */\n" "-\t\tpos += snprintf(buf, PAGE_SIZE, \"0\");\n" "+\t\tpos = snprintf(buf, PAGE_SIZE, \"0\");\n" @@ -70,4 +70,4 @@ " \treturn ret;\n" } -7038ef80f00b43585eff7526e71bc3558e2d5ecee01062bc1a45d840f8940485 +3bc2dee94c362ee11cf803ba79997d3a642cc5f5db696235ac80f3dd324fd2c6
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.