From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id EB31B3E9F7D; Tue, 9 Jun 2026 09:20:07 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780996808; cv=none; b=pHhx7z9tilCKmKSE6MdlqKFCsZcJwDI8jf6qwFmn6dTEIGlXFvgzTJkEuYg8+MsIBfVfwD50YNAwNOsMyyeHIIH+2HNfhyH8q6m6dXRZmyEPGdoxJZJ//SXitTyFt+JEx3Ce2EYyz5kj8qc4kaUMrkvnwznvT10jEtk8Op5hQwA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780996808; c=relaxed/simple; bh=qZSA9ggaPKM6E6S8XSOJxK6I9nJSCiEit4OFAUMTPko=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=eZTxpJqAVxCN0TxWesLhCuQwL1y9j0zkNDv81eDJiakADYMZajYl4QjInmmBsuQ2SrWW5Q/jhnyRjm7/RwOaB4xz4t3nJJrn9rPr+dGGkVw+Rws+kl1gtzIjN5SYFjdbeK7tjfVZLvSFaxO5CauKEKeF2YIx+gIT07tIzO1ORKA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=nNBofypP; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="nNBofypP" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 850631F00893; Tue, 9 Jun 2026 09:20:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1780996807; bh=REqM60JIutvr1UlqjQEL5ZyXW6shAcahCKYRUH+V61g=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=nNBofypPqEcQ93osXQ7I03cQ3+3uCXmSwNxlY8nJMq6fSY0kMhiZ5IGsMUebjZ3qc gaEK583dbCQh7vx+ddKb1ahPTcyLeYvLrBLbv0hev+UIBlOnLNkMC2ScTrgwAnP7vz KdRjFz/wSHeYTOgvjxsPao1HmZ7ayL/lHCp9PuJmFli2omyut6DoG/lfm50GxlMJ/h 6aBV6o7frmT9vQocHgwQX4I26QeqOCnuCRopggf5bkzHBPLE5jU7Ymjnu7xKLoKy4J L3w5f28VMY6pcmJM3vOOQPspOpIbc3j/vD9dxcW3p7ShOSVW+swT4cAAwGB5hV9g6C DCMzCvF5ZRbGA== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 40A3F39302D6; Tue, 9 Jun 2026 09:20:07 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net] r8152: handle the return value of usb_reset_device() From: patchwork-bot+netdevbpf@kernel.org Message-Id: <178099680590.1906662.18338551033084703572.git-patchwork-notify@kernel.org> Date: Tue, 09 Jun 2026 09:20:05 +0000 References: <20260604092247.27158-450-nic_swsd@realtek.com> In-Reply-To: <20260604092247.27158-450-nic_swsd@realtek.com> To: Chih Kai Hsu Cc: kuba@kernel.org, davem@davemloft.net, netdev@vger.kernel.org, nic_swsd@realtek.com, linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org Hello: This patch was applied to netdev/net.git (main) by Paolo Abeni : On Thu, 4 Jun 2026 17:22:47 +0800 you wrote: > If usb_reset_device() returns a negative error code, stop the > process of probing. > > Fixes: 10c3271712f5 ("r8152: disable the ECM mode") > Signed-off-by: Chih Kai Hsu > --- > drivers/net/usb/r8152.c | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) Here is the summary with links: - [net] r8152: handle the return value of usb_reset_device() https://git.kernel.org/netdev/net/c/19440600e729 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html