Re: [PATCH] sound: use bitmap_weight

2012-11-17 Thread Takashi Iwai
At Fri, 16 Nov 2012 23:35:16 -0800, Joe Perches wrote: > > Use bitmap_weight to count the total number of bits set in bitmap. > > Signed-off-by: Joe Perches Thanks, applied. Takashi > --- > sound/usb/endpoint.c |7 +-- > 1 files changed, 1 insertions(+), 6 deletions(-) > > diff --g

[PATCH] sound: use bitmap_weight

2012-11-16 Thread Joe Perches
Use bitmap_weight to count the total number of bits set in bitmap. Signed-off-by: Joe Perches --- sound/usb/endpoint.c |7 +-- 1 files changed, 1 insertions(+), 6 deletions(-) diff --git a/sound/usb/endpoint.c b/sound/usb/endpoint.c index 34de6f2..51a9aa3 100644 --- a/sound/usb/endpoint