Re: [PATCH 6/6] ALSA: line6: toneport: Use explicit type for firmware version

2015-02-11 Thread Takashi Iwai
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.

Re: [PATCH 6/6] ALSA: line6: toneport: Use explicit type for firmware version

2015-02-11 Thread Takashi Iwai
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 ch...@rorvick.com Applied,

[PATCH 6/6] ALSA: line6: toneport: Use explicit type for firmware version

2015-02-10 Thread Chris Rorvick
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 --- sound/usb/line6/toneport.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[PATCH 6/6] ALSA: line6: toneport: Use explicit type for firmware version

2015-02-10 Thread Chris Rorvick
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 ch...@rorvick.com --- sound/usb/line6/toneport.c | 2 +- 1 file changed, 1 insertion(+), 1