Re: [PATCH] joystick/zhenhua: remove zhenhua_bitreverse()

2015-08-20 Thread Dmitry Torokhov
On Tue, Aug 11, 2015 at 01:49:34PM +0800, yalin wang wrote: > This change remove zhenhua_bitreverse() function, use generic > bitrev8() function instead. > > Signed-off-by: yalin wang Applied, thank you. > --- > drivers/input/joystick/zhenhua.c | 13 ++--- > 1 file changed, 2

Re: [PATCH] joystick/zhenhua: remove zhenhua_bitreverse()

2015-08-20 Thread Dmitry Torokhov
On Tue, Aug 11, 2015 at 01:49:34PM +0800, yalin wang wrote: This change remove zhenhua_bitreverse() function, use generic bitrev8() function instead. Signed-off-by: yalin wang yalin.wang2...@gmail.com Applied, thank you. --- drivers/input/joystick/zhenhua.c | 13 ++--- 1 file

[PATCH] joystick/zhenhua: remove zhenhua_bitreverse()

2015-08-10 Thread yalin wang
This change remove zhenhua_bitreverse() function, use generic bitrev8() function instead. Signed-off-by: yalin wang --- drivers/input/joystick/zhenhua.c | 13 ++--- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/drivers/input/joystick/zhenhua.c

[PATCH] joystick/zhenhua: remove zhenhua_bitreverse()

2015-08-10 Thread yalin wang
This change remove zhenhua_bitreverse() function, use generic bitrev8() function instead. Signed-off-by: yalin wang yalin.wang2...@gmail.com --- drivers/input/joystick/zhenhua.c | 13 ++--- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/drivers/input/joystick/zhenhua.c