diff options
-rw-r--r-- | v4l/compat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/v4l/compat.h b/v4l/compat.h index 98f57879b..253b3387a 100644 --- a/v4l/compat.h +++ b/v4l/compat.h @@ -324,7 +324,7 @@ usb_endpoint_is_int_in(const struct usb_endpoint_descriptor *epd) /* * uninitialized_var() macro */ -#define uninitialized_var(x) x +#define uninitialized_var(x) x = x #endif #endif |