summaryrefslogtreecommitdiff
path: root/tools/include/uapi/linux
ModeNameSize
-rw-r--r--bpf.h18228logplain
-rw-r--r--bpf_common.h1245logplain
-rw-r--r--hw_breakpoint.h694logplain
-rw-r--r--mman.h250logplain
-rw-r--r--perf_event.h28705logplain
of "time_start" not having changed in any way. It appears that simply changing the type of ktime_t from a union to a plain scalar type made gcc check the use. The variable wasn't actually used uninitialized, but gcc apparently failed to notice that the conditional around the use was exactly the same as the conditional around the initialization of that variable. Add an unnecessary initialization just to shut up the compiler. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/usb/serial/cyberjack.c')