| commit | 4f5d5054d09d98b823556988bd1690ec3a4bee5e | [log] [tgz] |
|---|---|---|
| author | Yunlian Jiang <[email protected]> | Tue Jan 20 22:27:40 2015 |
| committer | ChromeOS Commit Bot <[email protected]> | Wed Jan 21 23:39:15 2015 |
| tree | b45895a80c612ac9417927ba138f69fdc04ffbf8 | |
| parent | 15ecd0cbe5ba833df9ec38bb40929ae0d9c1ef99 [diff] |
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]>