diff for duplicates of <1512590706.960.25.camel@perches.com> diff --git a/a/1.txt b/N1/1.txt index 446ddcd..80f928a 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -9,7 +9,7 @@ Markus' typical terrible commit message. > > @@ -829,7 +829,6 @@ int usb_hub_clear_tt_buffer(struct urb *urb) > > */ > > clear = kmalloc(sizeof *clear, GFP_ATOMIC); -> > if (clear = NULL) { +> > if (clear == NULL) { > > - dev_err(&udev->dev, "can't save CLEAR_TT_BUFFER state\n"); > > /* FIXME recover somehow ... RESET_TT? */ > > return -ENOMEM; @@ -23,3 +23,7 @@ Markus' typical terrible commit message. No, but the effect is similar. OOM does a dump_stack() so this function's call tree is shown. +--- +To unsubscribe from this list: send the line "unsubscribe linux-usb" in +the body of a message to majordomo@vger.kernel.org +More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N1/content_digest index 36046ff..808765c 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,6 @@ - "ref\0659939f3-da51-0cfd-2eb2-8a726cb1a42f@users.sourceforge.net\0" "From\0Joe Perches <joe@perches.com>\0" - "Subject\0Re: [PATCH] USB: hub: Delete an error message for a failed memory allocation in usb_hub_clear_tt_buf\0" - "Date\0Wed, 06 Dec 2017 20:05:06 +0000\0" + "Subject\0USB: hub: Delete an error message for a failed memory allocation in usb_hub_clear_tt_buffer()\0" + "Date\0Wed, 06 Dec 2017 12:05:06 -0800\0" "To\0Alan Stern <stern@rowland.harvard.edu>" " SF Markus Elfring <elfring@users.sourceforge.net>\0" "Cc\0linux-usb@vger.kernel.org" @@ -29,7 +28,7 @@ "> > @@ -829,7 +829,6 @@ int usb_hub_clear_tt_buffer(struct urb *urb)\n" "> > */\n" "> > clear = kmalloc(sizeof *clear, GFP_ATOMIC);\n" - "> > if (clear = NULL) {\n" + "> > if (clear == NULL) {\n" "> > - dev_err(&udev->dev, \"can't save CLEAR_TT_BUFFER state\\n\");\n" "> > /* FIXME recover somehow ... RESET_TT? */\n" "> > return -ENOMEM;\n" @@ -42,6 +41,10 @@ "\n" "No, but the effect is similar.\n" "\n" - OOM does a dump_stack() so this function's call tree is shown. + "OOM does a dump_stack() so this function's call tree is shown.\n" + "---\n" + "To unsubscribe from this list: send the line \"unsubscribe linux-usb\" in\n" + "the body of a message to majordomo@vger.kernel.org\n" + More majordomo info at http://vger.kernel.org/majordomo-info.html -384941746be040e7ac41c5ec7097595e4964d60947e29826afb692187400c157 +8c9ab06f3e9090fc3a8eb1ce0ddb4bce3337ea27d49545ccaf2f579e15307c62
diff --git a/a/1.txt b/N2/1.txt index 446ddcd..9f0e9ce 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -9,7 +9,7 @@ Markus' typical terrible commit message. > > @@ -829,7 +829,6 @@ int usb_hub_clear_tt_buffer(struct urb *urb) > > */ > > clear = kmalloc(sizeof *clear, GFP_ATOMIC); -> > if (clear = NULL) { +> > if (clear == NULL) { > > - dev_err(&udev->dev, "can't save CLEAR_TT_BUFFER state\n"); > > /* FIXME recover somehow ... RESET_TT? */ > > return -ENOMEM; diff --git a/a/content_digest b/N2/content_digest index 36046ff..50ff1d0 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,7 +1,7 @@ - "ref\0659939f3-da51-0cfd-2eb2-8a726cb1a42f@users.sourceforge.net\0" + "ref\0Pine.LNX.4.44L0.1712061144310.1507-100000@iolanthe.rowland.org\0" "From\0Joe Perches <joe@perches.com>\0" - "Subject\0Re: [PATCH] USB: hub: Delete an error message for a failed memory allocation in usb_hub_clear_tt_buf\0" - "Date\0Wed, 06 Dec 2017 20:05:06 +0000\0" + "Subject\0Re: [PATCH] USB: hub: Delete an error message for a failed memory allocation in usb_hub_clear_tt_buffer()\0" + "Date\0Wed, 06 Dec 2017 12:05:06 -0800\0" "To\0Alan Stern <stern@rowland.harvard.edu>" " SF Markus Elfring <elfring@users.sourceforge.net>\0" "Cc\0linux-usb@vger.kernel.org" @@ -29,7 +29,7 @@ "> > @@ -829,7 +829,6 @@ int usb_hub_clear_tt_buffer(struct urb *urb)\n" "> > */\n" "> > clear = kmalloc(sizeof *clear, GFP_ATOMIC);\n" - "> > if (clear = NULL) {\n" + "> > if (clear == NULL) {\n" "> > - dev_err(&udev->dev, \"can't save CLEAR_TT_BUFFER state\\n\");\n" "> > /* FIXME recover somehow ... RESET_TT? */\n" "> > return -ENOMEM;\n" @@ -44,4 +44,4 @@ "\n" OOM does a dump_stack() so this function's call tree is shown. -384941746be040e7ac41c5ec7097595e4964d60947e29826afb692187400c157 +3019a6440b35ba1336e71107dc047c53677c46783544033288a2c3328df70334
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.