From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [PATCH V1 resend 1/2] libata-sff: add ata_sff_queue_work() & ata_sff_queue_delayed_work() Date: Mon, 14 Mar 2011 02:54:39 -0400 Message-ID: <4D7DBBAF.1080901@pobox.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mail-vx0-f174.google.com ([209.85.220.174]:34363 "EHLO mail-vx0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753755Ab1CNGyn (ORCPT ); Mon, 14 Mar 2011 02:54:43 -0400 Received: by vxi39 with SMTP id 39so4068856vxi.19 for ; Sun, 13 Mar 2011 23:54:42 -0700 (PDT) In-Reply-To: Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: Viresh Kumar Cc: tj@kernel.org, linux-ide@vger.kernel.org, shiraz.hashim@st.com, amit.goel@st.com, armando.visconti@st.com, viresh.linux@gmail.com On 02/22/2011 04:02 AM, Viresh Kumar wrote: > This patch adds ata_sff_queue_work()& ata_sff_queue_delayed_work() routine in > libata-sff.c file. This routine can be used by ata drivers to use ata_sff_wq. > > Signed-off-by: Viresh Kumar > Acked-by: Tejun Heo applied 1-2