diff for duplicates of <0b5d64ea-8305-de22-7fa7-e878045104ec@users.sourceforge.net> diff --git a/a/1.txt b/N1/1.txt index eb69a41..a489f3c 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -17,7 +17,7 @@ index fee2e9e7ea20..6192f0718bf2 100644 @@ -553,7 +553,6 @@ add_card(struct pci_dev *dev, const struct pci_device_id *unused) lynx = kzalloc(sizeof *lynx, GFP_KERNEL); - if (lynx = NULL) { + if (lynx == NULL) { - dev_err(&dev->dev, "Failed to allocate control structure\n"); ret = -ENOMEM; goto fail_disable; diff --git a/a/content_digest b/N1/content_digest index 8685012..99d556e 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\0c4e817a2-1554-2480-9469-9d06543b1eee@users.sourceforge.net\0" "From\0SF Markus Elfring <elfring@users.sourceforge.net>\0" "Subject\0[PATCH 1/2] firewire: nosy: Delete an error message for a failed memory allocation in add_card()\0" - "Date\0Tue, 13 Feb 2018 18:33:59 +0000\0" + "Date\0Tue, 13 Feb 2018 19:33:59 +0100\0" "To\0linux1394-devel@lists.sourceforge.net" " Stefan Richter <stefanr@s5r6.in-berlin.de>\0" "Cc\0LKML <linux-kernel@vger.kernel.org>" @@ -27,7 +27,7 @@ "@@ -553,7 +553,6 @@ add_card(struct pci_dev *dev, const struct pci_device_id *unused)\n" " \n" " \tlynx = kzalloc(sizeof *lynx, GFP_KERNEL);\n" - " \tif (lynx = NULL) {\n" + " \tif (lynx == NULL) {\n" "-\t\tdev_err(&dev->dev, \"Failed to allocate control structure\\n\");\n" " \t\tret = -ENOMEM;\n" " \t\tgoto fail_disable;\n" @@ -35,4 +35,4 @@ "-- \n" 2.16.1 -c7796cf38252bd1cf1f495ac10cec021e34a6073d900b3fdc8cfc5ec41723f47 +1f938e965727d865b08da7d0a68ee805f782b3d3967d99ab770cfc3146334e20
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.