From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitry Torokhov Subject: Re: [PATCH] input: signedness bug in cma3000_thread_irq() Date: Sun, 11 Dec 2011 23:42:19 -0800 Message-ID: <20111212074219.GA4682@core.coreip.homeip.net> References: <1323672566-16738-1-git-send-email-xi.wang@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-iy0-f174.google.com ([209.85.210.174]:65002 "EHLO mail-iy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752085Ab1LLHm0 (ORCPT ); Mon, 12 Dec 2011 02:42:26 -0500 Content-Disposition: inline In-Reply-To: <1323672566-16738-1-git-send-email-xi.wang@gmail.com> Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Xi Wang Cc: Paul Gortmaker , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org On Mon, Dec 12, 2011 at 01:49:26AM -0500, Xi Wang wrote: > The error check (intr_status < 0) didn't work because intr_status is > a u8. Change its type to signed int. > Applied, thank you. -- Dmitry