Re: [PATCH] serio: avoid negative serio device numbers

2014-10-08 Thread Dmitry Torokhov
On Wed, Oct 08, 2014 at 11:54:27PM +0200, Richard Leitner wrote: > From: Richard Leitner > > Fix the format string for serio device name generation to avoid negative > device numbers when the id exceeds the maximum signed integer value. > > Signed-off-by: Richard Leitner Applied, thank you. >

[PATCH] serio: avoid negative serio device numbers

2014-10-08 Thread Richard Leitner
From: Richard Leitner Fix the format string for serio device name generation to avoid negative device numbers when the id exceeds the maximum signed integer value. Signed-off-by: Richard Leitner --- drivers/input/serio/serio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --g