From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757861Ab0JLUVM (ORCPT ); Tue, 12 Oct 2010 16:21:12 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:60147 "EHLO mho-02-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754077Ab0JLUVK (ORCPT ); Tue, 12 Oct 2010 16:21:10 -0400 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 67.188.36.105 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/mailhop/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1830iiPI3tgRJflFTtlX58i Date: Tue, 12 Oct 2010 13:21:05 -0700 From: Tony Lindgren To: Kevin Hilman Cc: Vasiliy Kulikov , kernel-janitors@vger.kernel.org, "Govindraj.R" , Greg Kroah-Hartman , Alan Cox , linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org Subject: Re: [PATCH] serial: omap-serial: fix signess error Message-ID: <20101012202105.GW25462@atomide.com> References: <1286731715-17908-1-git-send-email-segooon@gmail.com> <8739sb1cif.fsf@deeprootsystems.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8739sb1cif.fsf@deeprootsystems.com> 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 * Kevin Hilman [101012 11:30]: > [adding linux-omap list] > > Vasiliy Kulikov writes: > > > "ret" is unsigned, so check for (ret < 0) made no sense. > > Made it signed. > > > > Signed-off-by: Vasiliy Kulikov > > --- > > I cannot compile this driver, so it is not tested. > > Acked-by: Kevin Hilman > > Since the original driver is being queued via the omap tree, we can > queue this one as well. > > Tony, can you add this one to the 2.6.37 queue? Thanks, adding into omap-for-linus. Regards, Tony