diff for duplicates of <20161119174234.20292-1-lambert.quentin@gmail.com> diff --git a/a/1.txt b/N1/1.txt index 8227387..8116966 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -16,8 +16,8 @@ Signed-off-by: Quentin Lambert <lambert.quentin@gmail.com> sg_offset = (msg[0]>>4)&0xf; msg[2] = 0x40000000; // IOCTL context msg[3] = adpt_ioctl_to_context(pHba, reply); -- if (msg[3] = (u32)-1) -+ if (msg[3] = (u32)-1) { +- if (msg[3] == (u32)-1) ++ if (msg[3] == (u32)-1) { + kfree(reply); return -EBUSY; + } diff --git a/a/content_digest b/N1/content_digest index 9f24894..07cfbcf 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Quentin Lambert <lambert.quentin@gmail.com>\0" "Subject\0[PATCH] [SCSI] dpt_i2o: Add a missing call to kfree\0" - "Date\0Sat, 19 Nov 2016 17:42:34 +0000\0" + "Date\0Sat, 19 Nov 2016 18:42:34 +0100\0" "To\0Adaptec OEM Raid Solutions <aacraid@adaptec.com>" James E.J. Bottomley <jejb@linux.vnet.ibm.com> Martin K. Petersen <martin.petersen@oracle.com> @@ -28,8 +28,8 @@ " \tsg_offset = (msg[0]>>4)&0xf;\n" " \tmsg[2] = 0x40000000; // IOCTL context\n" " \tmsg[3] = adpt_ioctl_to_context(pHba, reply);\n" - "-\tif (msg[3] = (u32)-1)\n" - "+\tif (msg[3] = (u32)-1) {\n" + "-\tif (msg[3] == (u32)-1)\n" + "+\tif (msg[3] == (u32)-1) {\n" "+\t\tkfree(reply);\n" " \t\treturn -EBUSY;\n" "+\t}\n" @@ -37,4 +37,4 @@ " \tmemset(sg_list,0, sizeof(sg_list[0])*pHba->sg_tablesize);\n" " \tif(sg_offset) {" -3e95721cae088e4acfd355cb254efc9cb13cb22f7e14961570056ef64c368851 +a3192919b0d46e533b87a64e4bb47b3ccb6a020141e4159c0d266d3261c5acbc
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.