Return-path: Received: from mail-wr1-f67.google.com ([209.85.221.67]:47034 "EHLO mail-wr1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388098AbeGWKb7 (ORCPT ); Mon, 23 Jul 2018 06:31:59 -0400 Received: by mail-wr1-f67.google.com with SMTP id h14-v6so1128513wrw.13 for ; Mon, 23 Jul 2018 02:31:41 -0700 (PDT) Date: Mon, 23 Jul 2018 11:31:37 +0200 From: Lorenzo Bianconi To: Kalle Valo Cc: Stanislaw Gruszka , linux-wireless , Felix Fietkau , Hans Ulli Kroll , Jakub Kicinski , Michal Schmidt , linux-mediatek@lists.infradead.org Subject: Re: [PATCH 04/11] mt76x0: usb files Message-ID: <20180723093136.GA17285@localhost.localdomain> (sfid-20180723_113156_647702_8C4DF44A) References: <1530771142-4118-1-git-send-email-sgruszka@redhat.com> <1530771142-4118-5-git-send-email-sgruszka@redhat.com> <20180705150519.GB17524@localhost.localdomain> <87va96tq1g.fsf@purkki.adurom.net> <87pnzexqul.fsf@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <87pnzexqul.fsf@codeaurora.org> Sender: linux-wireless-owner@vger.kernel.org List-ID: > Lorenzo Bianconi writes: > > >> > >> Lorenzo Bianconi writes: > >> > >> > On Jul 05, Stanislaw Gruszka wrote: > >> >> Add usb files of mt76x0 driver. > >> >> > >> >> Signed-off-by: Stanislaw Gruszka > >> > >> [...] > >> > >> >> +static int mt76x0_suspend(struct usb_interface *usb_intf, pm_message_t state) > >> >> +{ > >> >> + struct mt76x0_dev *dev = usb_get_intfdata(usb_intf); > >> >> + > >> >> + mt76x0_cleanup(dev); > >> > > >> > Is it necessary to deallocate rx queue here in case of a system suspend? > >> > >> BTW it would really helpful to others if you could edit your quotes. It > >> takes some time to find your oneliner from a 450 line message. > > > > Ack sorry, I will be more verbose next time :). > > I think you misunderstood, I actually was asking to be less verbose :) > > The oneliner was just fine. I was just suggesting that instead of > sending a message with 400 lines trim the unnecessary quotation and just > send a shorter 50 line message. That way you save a lot of time (and > avoid frustration) for the people reading your mail. Ops, I completely misunderstood, will do next time sorry :) Regards, Lorenzo > > -- > Kalle Valo