remove unnecessary check.

This removes the check that always evaluates to 'true'.
the salient point here is that debug_buf is an array, not a pointer:

include/libevdev/libevdev_event.h:
struct input_event debug_buf[DEBUG_BUF_SIZE];

BUG=chromium:450371
TEST=It compiles with new clang.

Change-Id: I3867f4cfbc30e26a0f51a8f05a402f12463d8713
Reviewed-on: https://chromium-review.googlesource.com/242045
Reviewed-by: Mike Frysinger <vapier@chromium.org>
Tested-by: Yunlian Jiang <yunlian@chromium.org>
Commit-Queue: Yunlian Jiang <yunlian@chromium.org>
1 file changed
tree: b45895a80c612ac9417927ba138f69fdc04ffbf8
  1. include/
  2. src/
  3. common.mk
  4. libevdev-cros.pc
  5. Makefile