From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from relay05.pair.com (relay05.pair.com [216.92.24.67]) (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 11DB813AC9 for ; Mon, 18 Dec 2023 10:11:45 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=pobox.com Authentication-Results: smtp.subspace.kernel.org; spf=fail smtp.mailfrom=pobox.com Received: from iguana.lan (99-122-168-208.lightspeed.irvnca.sbcglobal.net [99.122.168.208]) by relay05.pair.com (Postfix) with ESMTP id 9F4FE1A23FC; Mon, 18 Dec 2023 05:11:44 -0500 (EST) Date: Mon, 18 Dec 2023 02:11:42 -0800 From: Adam Goldman To: Takashi Sakamoto Cc: linux1394-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org Subject: Re: [RFC PATCH 8/8] firewire: core: change modalias of unit device with backward incompatibility Message-ID: References: <20231217103012.41273-1-o-takashi@sakamocchi.jp> <20231217103012.41273-10-o-takashi@sakamocchi.jp> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231217103012.41273-10-o-takashi@sakamocchi.jp> Hi, On Sun, Dec 17, 2023 at 07:30:12PM +0900, Takashi Sakamoto wrote: > + vendor_directory = search_directory(root_directory, CSR_DIRECTORY | CSR_VENDOR); Setting the CSR_DIRECTORY bit here is extraneous since search_directory() also sets it. -- Adam