From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net 1/2] sfp: ensure we clean up properly on bus registration failure Date: Wed, 11 Jul 2018 23:11:57 -0700 (PDT) Message-ID: <20180711.231157.1037382527843954588.davem@davemloft.net> References: Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: andrew@lunn.ch, f.fainelli@gmail.com, netdev@vger.kernel.org To: rmk+kernel@armlinux.org.uk Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:54800 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726374AbeGLGUA (ORCPT ); Thu, 12 Jul 2018 02:20:00 -0400 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: From: Russell King Date: Tue, 10 Jul 2018 12:05:31 +0100 > We fail to correctly clean up after a bus registration failure, which > can lead to an incorrect assumption about the registration state of > the upstream or sfp cage. > > Signed-off-by: Russell King Applied.