From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Shtylyov Subject: Re: [PATCH 03/10] net: ax88796: Do not free IRQ in ax_remove() (already freed in ax_close()). Date: Tue, 17 Apr 2018 12:15:00 +0300 Message-ID: <9a3b70fd-f781-4f6a-2f34-61f86ef2c4bc@cogentembedded.com> References: <1523916285-6057-1-git-send-email-schmitzmic@gmail.com> <1523916285-6057-4-git-send-email-schmitzmic@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: linux-m68k@vger.kernel.org, Michael.Karcher@fu-berlin.de, John Paul Adrian Glaubitz , Michael Karcher To: Michael Schmitz , netdev@vger.kernel.org Return-path: Received: from mail-lf0-f68.google.com ([209.85.215.68]:36103 "EHLO mail-lf0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751211AbeDQJPD (ORCPT ); Tue, 17 Apr 2018 05:15:03 -0400 Received: by mail-lf0-f68.google.com with SMTP id d20-v6so26239630lfe.3 for ; Tue, 17 Apr 2018 02:15:02 -0700 (PDT) In-Reply-To: <1523916285-6057-4-git-send-email-schmitzmic@gmail.com> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: Hello! On 4/17/2018 1:04 AM, Michael Schmitz wrote: > From: John Paul Adrian Glaubitz > > This complements the fix in 82533ad9a1c that removed the free_irq You also need to specify the commit's summary line enclosed in (""). > call in the error path of probe, to also not call free_irq when > remove is called to revert the effects of probe. > > Signed-off-by: Michael Karcher [...] MBR, Sergei