From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-178.mta0.migadu.com (out-178.mta0.migadu.com [91.218.175.178]) (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 8C1AF2777E8 for ; Wed, 13 Aug 2025 10:17:47 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.178 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755080269; cv=none; b=BRe2FostbUNjHxI48r8/EwTfkWdBki+DyEHU9Ew2MtHNtRhGCjN22iTcKZxvlZmPfKWlC7lVjlV5nPah/twno01he15hLvT+0nne01UCZNA0JwTV8ljUT1TTlXFHFaWKQ9UU03mGs76prRhS1+zZUqQYrBIq0vHQlXolQ+OrbVg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755080269; c=relaxed/simple; bh=eBogFjsAW/CzbqvTDnhDBJE6o6dXCGpP/yXDyp5i38Q=; h=Content-Type:Mime-Version:Subject:From:In-Reply-To:Date:Cc: Message-Id:References:To; b=EdI3MYwA8aTtNU21c3cjUNPUeSysax/V/gCC6TKxMT+69QDHwkLbrg7V+ApUgtVzxtYmOT6THbfbnqgCJ58FEdGORF3osOjH9OK/jYJbczCfrVWjyojUTbEG8tdeh5oB/Uu14PeRpaM7ypf3nAgvAX5SfSRN6HyuDo9SYfpMurM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=oliG3B5M; arc=none smtp.client-ip=91.218.175.178 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="oliG3B5M" Content-Type: text/plain; charset=us-ascii DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1755080255; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=eBogFjsAW/CzbqvTDnhDBJE6o6dXCGpP/yXDyp5i38Q=; b=oliG3B5Mbwsp5QN7u/Xy/XuxdjCtDBxbM7+ZC1Y5fbGyG4HgqUmfn2C3+f+9+PQe62nCPl nVL1VupPFOlCdiglVdm6a/QUgNgPYLVq49CKYN4BM25Xw33SfxGccIr+0eK0oTEfLbU3Wi 94w5CvvmA1q3A0SAAHeeko1nXBxuKME= Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3826.700.81\)) Subject: Re: [usb-storage] [PATCH] usb: storage: realtek_cr: Simplify rts51x_bulk_transport() X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Thorsten Blum In-Reply-To: <49559415-4493-4b90-a9bc-c6b9074a61f6@rowland.harvard.edu> Date: Wed, 13 Aug 2025 12:17:21 +0200 Cc: Greg Kroah-Hartman , linux-usb@vger.kernel.org, usb-storage@lists.one-eyed-alien.net, linux-kernel@vger.kernel.org Content-Transfer-Encoding: 7bit Message-Id: <8AD61006-EA99-48A3-879A-49A575081F15@linux.dev> References: <20250812144358.122154-1-thorsten.blum@linux.dev> <19E72C72-AFD3-4D13-8F14-9A1F96B971D3@linux.dev> <49559415-4493-4b90-a9bc-c6b9074a61f6@rowland.harvard.edu> To: Alan Stern X-Migadu-Flow: FLOW_OUT On 13. Aug 2025, at 03:38, Alan Stern wrote: > If you would like to submit three new patches, please do. I just submitted this as three separate patches: https://lore.kernel.org/lkml/20250813101249.158270-2-thorsten.blum@linux.dev/ Thanks, Thorsten