From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Date: Tue, 12 Oct 2010 20:21:05 +0000 Subject: Re: [PATCH] serial: omap-serial: fix signess error Message-Id: <20101012202105.GW25462@atomide.com> List-Id: References: <1286731715-17908-1-git-send-email-segooon@gmail.com> <8739sb1cif.fsf@deeprootsystems.com> In-Reply-To: <8739sb1cif.fsf@deeprootsystems.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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 * 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