Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752642AbbBKJnl (ORCPT ); Wed, 11 Feb 2015 04:43:41 -0500 Received: from cantor2.suse.de ([195.135.220.15]:60450 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751902AbbBKJni (ORCPT ); Wed, 11 Feb 2015 04:43:38 -0500 Date: Wed, 11 Feb 2015 10:43:37 +0100 Message-ID: From: Takashi Iwai To: Chris Rorvick Cc: alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, Stefan Hajnoczi Subject: Re: [PATCH 6/6] ALSA: line6: toneport: Use explicit type for firmware version In-Reply-To: <1423630997-25464-7-git-send-email-chris@rorvick.com> References: <1423630997-25464-1-git-send-email-chris@rorvick.com> <1423630997-25464-7-git-send-email-chris@rorvick.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/24.4 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1084 Lines: 39 At Tue, 10 Feb 2015 23:03:17 -0600, Chris Rorvick wrote: > > The firmware version is a single byte so have the variable type agree. > Since the address to this member is passed to the read function, using > an int is not even portable. > > Signed-off-by: Chris Rorvick Applied, thanks. Takashi > --- > sound/usb/line6/toneport.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/sound/usb/line6/toneport.c b/sound/usb/line6/toneport.c > index ddf7368..6d4c50c 100644 > --- a/sound/usb/line6/toneport.c > +++ b/sound/usb/line6/toneport.c > @@ -52,7 +52,7 @@ struct usb_line6_toneport { > u32 serial_number; > > /* Firmware version (x 100) */ > - int firmware_version; > + u8 firmware_version; > > /* Timer for delayed PCM startup */ > struct timer_list timer; > -- > 2.1.0 > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/