On Sun, 1 Nov 2015 21:26:11 +0100
clement.calm...@free.fr wrote:
> From: Clement Calmels
>
> When powering up a wireless xbox 360 controller, some wrong joystick
> events are generated. It is annoying because, for example, it makes
> unwanted moves in Steam big picture mode's menu.
>
> When my
In init_sd function, if kmem_cache_create or mempool_create_slab_pools
calls fail, the error will not be correclty reported because
class_register previously set the value of err to 0.
Signed-off-by: Clément Calmels
---
drivers/scsi/sd.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a
This is a patch to fix coding style issue found by
scripts/checkpatch.pl utility.
Signed-off-by: Clément Calmels
---
drivers/staging/sep/sep_dev.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/staging/sep/sep_dev.h b/drivers/staging/sep/sep_dev.h
index 5f6a07f..5faeefa1 100644
On Sun, 4 May 2014 17:26:58 -0400
Greg KH wrote:
> On Sun, May 04, 2014 at 09:52:09PM +0200, Clément Calmels wrote:
> > Remove C99 comment and rewrite lines over 80 characters.
> > Warnings and error found by checkpatch.pl script.
> >
> > Signed-off-by: Clément Ca
Remove C99 comment and rewrite lines over 80 characters.
Warnings and error found by checkpatch.pl script.
Signed-off-by: Clément Calmels
---
drivers/staging/vt6655/tmacro.h | 13 +
1 file changed, 9 insertions(+), 4 deletions(-)
diff --git a/drivers/staging/vt6655/tmacro.h b
5 matches
Mail list logo