From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [PATCH #upstream] pata_jmicron: match vendor and class code only Date: Tue, 09 Oct 2007 21:32:47 -0400 Message-ID: <470C2BBF.3080109@garzik.org> References: <20071006220450.GD12186@htj.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from srv5.dvmed.net ([207.36.208.214]:58433 "EHLO mail.dvmed.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752449AbXJJBct (ORCPT ); Tue, 9 Oct 2007 21:32:49 -0400 In-Reply-To: <20071006220450.GD12186@htj.dyndns.org> Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: Tejun Heo Cc: linux-ide@vger.kernel.org, ethanhsiao@jmicron.com, justin@jmicron.com Tejun Heo wrote: > PATA part of all current JMB controllers behave the same way and > JMicron confirms that all future ones will stay compatible. Drop > device matching and match only vendor and class. > > Signed-off-by: Tejun Heo > Cc: Ethan Hsiao > Cc: Justin Tsai > --- > drivers/ata/pata_jmicron.c | 13 ++----------- > 1 file changed, 2 insertions(+), 11 deletions(-) applied