From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752878Ab1AZKnJ (ORCPT ); Wed, 26 Jan 2011 05:43:09 -0500 Received: from mail-fx0-f46.google.com ([209.85.161.46]:44952 "EHLO mail-fx0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751159Ab1AZKnH (ORCPT ); Wed, 26 Jan 2011 05:43:07 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=gc6i6ZgWXxEw6wkMVpsoFIFfN87U2E03fVZmxbL3/5MpmBZSnYNjP5J36VOtJFKcIm JvYMrxC2DPN9ftFvdUsHn6VYNNSuT7DazZYHaOm3uM2N6oN9up9PfPAe/1+3kBKm9+Mc y+aODNE639VLAV24jlORiJX4SLfRRIgEfW3f8= Date: Wed, 26 Jan 2011 11:43:02 +0100 From: Tejun Heo To: Dmitry Torokhov Cc: Todd Fischer , Dan Carpenter , linux-kernel@vger.kernel.org, linux-input@vger.kernel.org Subject: Re: [PATCH 10/32] input/tps6507x-ts: use system_wq instead of dedicated workqueue Message-ID: <20110126104302.GI12520@htj.dyndns.org> References: <1294062595-30097-1-git-send-email-tj@kernel.org> <1294062595-30097-11-git-send-email-tj@kernel.org> <20110103143926.GX1886@bicker> <4D21FAA3.8030505@ridgerun.com> <20110125141942.GA27510@htj.dyndns.org> <4D3EF6B9.6080608@ridgerun.com> <20110125165005.GB19701@core.coreip.homeip.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110125165005.GB19701@core.coreip.homeip.net> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jan 25, 2011 at 08:50:06AM -0800, Dmitry Torokhov wrote: > On Tue, Jan 25, 2011 at 09:13:45AM -0700, Todd Fischer wrote: > > On 01/25/2011 07:19 AM, Tejun Heo wrote: > > >Shall I apply the patch? > > >Thanks > > Yes, apply the patch. I am not sure of the syntax for attaching my > > sign off. Hope this is okay. > > > > Todd > > > > Signed-off-by: Todd Fischer > > > > That should be Acked-by since you are not passing the patch along. Added ack-by's of Todd and you. Thank you. -- tejun