From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752771AbdK2VEZ (ORCPT ); Wed, 29 Nov 2017 16:04:25 -0500 Received: from fallback5.mail.ru ([94.100.181.253]:41110 "EHLO fallback.mail.ru" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752418AbdK2VEY (ORCPT ); Wed, 29 Nov 2017 16:04:24 -0500 Date: Thu, 30 Nov 2017 00:03:53 +0300 From: Mikhail Zaytsev To: Alan Stern Cc: Greg Kroah-Hartman , , , Subject: Re: [PATCH v1] USB: storage: Notify the subdrivers that they need to reinitialize the device. Message-ID: <20171130000353.6de42104@debian> In-Reply-To: References: <20171129124646.65a3692e@zaitsev.tver.pg> X-Mailer: Claws Mail 3.14.1 (GTK+ 2.24.31; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-7FA49CB5: 0D63561A33F958A57F4194FF1BDE1A6B1603DA29C47BCADC69271250EA4ADE41725E5C173C3A84C3CA84DA0ABE0A11A818BDC3248D9A17E7A91E23F1B6B78B78B5C8C57E37DE458B4C7702A67D5C3316FA3894348FB808DBEB6346B700B4D54FE5BFE6E7EFDEDCD789D4C264860C145E X-Mailru-Sender: 159DE679A9C6F657CB201B87257888728F604C32F284180522FFFE7157F2E5E8C6DF4171D34CDB6935240BD9E37F4C362F445727719BCECB540ECE9B597817E15BECAF0817D12387B4A721A3011E896F X-Mras: OK X-Mras: OK Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 29 Nov 2017 Alan Stern wrote: > On Wed, 29 Nov 2017, Mikhail Zaytsev wrote: > > > This patch adds the device_reinit function into the us_data > > structure. The usb-storage driver uses this function for notify the > > subdrivers that they need to reinitialize the device. > > > > Signed-off-by: Mikhail Zaytsev > > I'd feel more inclined to accept this patch if the new code got used > somewhere. As it is, it fixes a "problem" that doesn't actually have > any real effect. > > Alan Stern I propose to delete this FIXME comments without any code changes. Regards, Mikhail