Re: [PATCH libinput] evdev: Fix uninitialized variable warning

2014-11-25 Thread Peter Hutterer
On Tue, Nov 25, 2014 at 11:53:23AM -0600, Derek Foreman wrote: > The early exit path in evdev_device_compare_syspath() expects > udev_device_new to be initialized to NULL, but it wasn't. > > Signed-off-by: Derek Foreman merged, thanks Cheers, Peter > --- > src/evdev.c | 2 +- > 1 file chan

[PATCH libinput] evdev: Fix uninitialized variable warning

2014-11-25 Thread Derek Foreman
The early exit path in evdev_device_compare_syspath() expects udev_device_new to be initialized to NULL, but it wasn't. Signed-off-by: Derek Foreman --- src/evdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/evdev.c b/src/evdev.c index 908a8ba..3782ac4 100644 --- a/s