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 <[email protected]> Tested-by: Yunlian Jiang <[email protected]> Commit-Queue: Yunlian Jiang <[email protected]>