From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752089Ab2JOJn7 (ORCPT ); Mon, 15 Oct 2012 05:43:59 -0400 Received: from cantor2.suse.de ([195.135.220.15]:56670 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751788Ab2JOJn6 (ORCPT ); Mon, 15 Oct 2012 05:43:58 -0400 From: Oliver Neukum To: Nicolas Boullis Cc: linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] usb: acm: fix the computation of the number of data bits Date: Mon, 15 Oct 2012 11:42:10 +0200 Message-ID: <4771596.PL5eJBEN14@linux-lqwf.site> Organization: SUSE User-Agent: KMail/4.8.4 (Linux/3.6.0-rc4-12-desktop+; KDE/4.9.1; x86_64; ; ) In-Reply-To: <20121013222923.GA1984@tryphon.debian.net> References: <20121013222923.GA1984@tryphon.debian.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sunday 14 October 2012 00:29:24 Nicolas Boullis wrote: > From: Nicolas Boullis > > The current code assumes that CSIZE is 0000060, which appears to be > wrong on some arches (such as powerpc). > > Signed-off-by: Nicolas Boullis Acked-by: Oliver Neukum