Re: [PATCH] Sound: Usb: Misc: ua101: replace le16_to_cpu() with usb_endpoint_maxp()

2015-11-16 Thread Cheah Kok Cheong
On Mon, Nov 16, 2015 at 09:04:02AM +0100, Takashi Iwai wrote: > On Sun, 15 Nov 2015 14:54:28 +0100, > Clemens Ladisch wrote: > > > > Cheah Kok Cheong wrote: > > > Commit 939f325f4a0f ("usb: add usb_endpoint_maxp() macro") > > > > > > And commit 29cc88979a88 ("USB: use usb_endpoint_maxp() > > >

Re: [PATCH] Sound: Usb: Misc: ua101: replace le16_to_cpu() with usb_endpoint_maxp()

2015-11-16 Thread Takashi Iwai
On Sun, 15 Nov 2015 14:54:28 +0100, Clemens Ladisch wrote: > > Cheah Kok Cheong wrote: > > Commit 939f325f4a0f ("usb: add usb_endpoint_maxp() macro") > > > > And commit 29cc88979a88 ("USB: use usb_endpoint_maxp() > > instead of le16_to_cpu()") > > These sentences no verb. > > > Patched against

Re: [PATCH] Sound: Usb: Misc: ua101: replace le16_to_cpu() with usb_endpoint_maxp()

2015-11-16 Thread Cheah Kok Cheong
On Mon, Nov 16, 2015 at 09:04:02AM +0100, Takashi Iwai wrote: > On Sun, 15 Nov 2015 14:54:28 +0100, > Clemens Ladisch wrote: > > > > Cheah Kok Cheong wrote: > > > Commit 939f325f4a0f ("usb: add usb_endpoint_maxp() macro") > > > > > > And commit 29cc88979a88 ("USB: use usb_endpoint_maxp() > > >

Re: [PATCH] Sound: Usb: Misc: ua101: replace le16_to_cpu() with usb_endpoint_maxp()

2015-11-16 Thread Takashi Iwai
On Sun, 15 Nov 2015 14:54:28 +0100, Clemens Ladisch wrote: > > Cheah Kok Cheong wrote: > > Commit 939f325f4a0f ("usb: add usb_endpoint_maxp() macro") > > > > And commit 29cc88979a88 ("USB: use usb_endpoint_maxp() > > instead of le16_to_cpu()") > > These sentences no verb. > > > Patched against

Re: [PATCH] Sound: Usb: Misc: ua101: replace le16_to_cpu() with usb_endpoint_maxp()

2015-11-15 Thread Clemens Ladisch
Cheah Kok Cheong wrote: > Commit 939f325f4a0f ("usb: add usb_endpoint_maxp() macro") > > And commit 29cc88979a88 ("USB: use usb_endpoint_maxp() > instead of le16_to_cpu()") These sentences no verb. > Patched against > git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git This does not

Re: [PATCH] Sound: Usb: Misc: ua101: replace le16_to_cpu() with usb_endpoint_maxp()

2015-11-15 Thread Clemens Ladisch
Cheah Kok Cheong wrote: > Commit 939f325f4a0f ("usb: add usb_endpoint_maxp() macro") > > And commit 29cc88979a88 ("USB: use usb_endpoint_maxp() > instead of le16_to_cpu()") These sentences no verb. > Patched against > git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git This does not

[PATCH] Sound: Usb: Misc: ua101: replace le16_to_cpu() with usb_endpoint_maxp()

2015-11-14 Thread Cheah Kok Cheong
Commit 939f325f4a0f ("usb: add usb_endpoint_maxp() macro") And commit 29cc88979a88 ("USB: use usb_endpoint_maxp() instead of le16_to_cpu()") This trivial patch convert remaining user. Patched against git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git Signed-off-by: Cheah Kok Cheong

[PATCH] Sound: Usb: Misc: ua101: replace le16_to_cpu() with usb_endpoint_maxp()

2015-11-14 Thread Cheah Kok Cheong
Commit 939f325f4a0f ("usb: add usb_endpoint_maxp() macro") And commit 29cc88979a88 ("USB: use usb_endpoint_maxp() instead of le16_to_cpu()") This trivial patch convert remaining user. Patched against git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git Signed-off-by: Cheah Kok Cheong