From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from speech.braille.uwo.ca (speech.braille.uwo.ca [129.100.249.132]) by befuddled.reisers.ca (Postfix) with ESMTP id 6843F1EF6A9 for ; Tue, 9 Apr 2013 15:02:01 -0400 (EDT) Received: by speech.braille.uwo.ca (Postfix) id 75826C1A155; Tue, 9 Apr 2013 15:01:25 -0400 (EDT) Received: from toccata.ens-lyon.org (toccata.ens-lyon.org [140.77.166.68]) by speech.braille.uwo.ca (Postfix) with ESMTP id 4D9A1C1A076 for ; Tue, 9 Apr 2013 15:01:25 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by toccata.ens-lyon.org (Postfix) with ESMTP id BF19E8409F; Tue, 9 Apr 2013 21:01:14 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at toccata.ens-lyon.org Received: from toccata.ens-lyon.org ([127.0.0.1]) by localhost (toccata.ens-lyon.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YtP0XsWMugEz; Tue, 9 Apr 2013 21:01:14 +0200 (CEST) Received: from type.ipv6 (youpi.is-a-geek.org [80.67.176.89]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by toccata.ens-lyon.org (Postfix) with ESMTPSA id 768C68409B; Tue, 9 Apr 2013 21:01:14 +0200 (CEST) Received: from samy by type.ipv6 with local (Exim 4.80) (envelope-from ) id 1UPaec-0001XP-I9; Tue, 09 Apr 2013 17:40:14 +0200 Date: Tue, 9 Apr 2013 17:40:14 +0200 From: Samuel Thibault To: Andy Shevchenko Subject: Re: [PATCH v3 2/2] staging: speakup: fix a bug when translate octal numbers Message-ID: <20130409154014.GD5110@type> References: <1365510136-15288-1-git-send-email-andriy.shevchenko@linux.intel.com> <1365510136-15288-2-git-send-email-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1365510136-15288-2-git-send-email-andriy.shevchenko@linux.intel.com> User-Agent: Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30) Cc: devel@driverdev.osuosl.org, Greg Kroah-Hartman , speakup@braille.uwo.ca X-BeenThere: speakup@linux-speakup.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Apr 2013 19:02:01 -0000 Andy Shevchenko, le Tue 09 Apr 2013 15:22:16 +0300, a écrit : > There are actually overflow bug and typo. And bug was never happened due to the > typo. > > Signed-off-by: Andy Shevchenko Acked-by: Samuel Thibault Maybe reorder these two patches so this one gets applied without waiting for another iteration of the other, if any? (they are actually independent) Samuel