diff for duplicates of <44c2767f-c66c-3b36-4bd1-059d5d2f4461@users.sourceforge.net> diff --git a/a/1.txt b/N1/1.txt index 08bb30e..2d5b53d 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -21,7 +21,7 @@ index 2e79dfc92162..7672f723b268 100644 - pk->hdev = hdev; - pm = kzalloc(sizeof(*pm), GFP_KERNEL); - if (pm = NULL) { + if (pm == NULL) { ret = -ENOMEM; @@ -814,6 +812,7 @@ static int pk_probe(struct hid_device *hdev, const struct hid_device_id *id) diff --git a/a/content_digest b/N1/content_digest index fc247c1..43b044a 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\0c388b4d8-fa43-1bf2-e27d-1a3a8d636118@users.sourceforge.net\0" "From\0SF Markus Elfring <elfring@users.sourceforge.net>\0" "Subject\0[PATCH 3/6] hid-prodikeys: Move an assignment in pk_probe()\0" - "Date\0Sat, 03 Feb 2018 17:39:58 +0000\0" + "Date\0Sat, 3 Feb 2018 18:39:58 +0100\0" "To\0linux-input@vger.kernel.org" Benjamin Tissoires <benjamin.tissoires@redhat.com> " Jiri Kosina <jikos@kernel.org>\0" @@ -32,7 +32,7 @@ "-\tpk->hdev = hdev;\n" "-\n" " \tpm = kzalloc(sizeof(*pm), GFP_KERNEL);\n" - " \tif (pm = NULL) {\n" + " \tif (pm == NULL) {\n" " \t\tret = -ENOMEM;\n" "@@ -814,6 +812,7 @@ static int pk_probe(struct hid_device *hdev, const struct hid_device_id *id)\n" " \n" @@ -45,4 +45,4 @@ "-- \n" 2.16.1 -3011eeba1dae7bb7e5db9f00fcf6f7ccb15a8e16727542c888a0d4e2b83ae50c +839744c9a1da6d0c6a2e754c458bf63bab2f5e603b0ee96855f366758b171fb7
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.