aboutsummaryrefslogtreecommitdiffstats
path: root/include/media
diff options
context:
space:
mode:
Diffstat (limited to 'include/media')
-rw-r--r--include/media/v4l2-int-device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/v4l2-int-device.h b/include/media/v4l2-int-device.h
index 2b6fc1122f6c..deb28ce6685d 100644
--- a/include/media/v4l2-int-device.h
+++ b/include/media/v4l2-int-device.h
@@ -170,7 +170,7 @@ int v4l2_int_ioctl_1(struct v4l2_int_device *d, int cmd, void *arg);
170 arg_type asterisk arg) \ 170 arg_type asterisk arg) \
171 { \ 171 { \
172 return v4l2_int_ioctl_1(d, vidioc_int_##name##_num, \ 172 return v4l2_int_ioctl_1(d, vidioc_int_##name##_num, \
173 (void *)arg); \ 173 (void *)(unsigned long)arg); \
174 } \ 174 } \
175 \ 175 \
176 static inline struct v4l2_int_ioctl_desc \ 176 static inline struct v4l2_int_ioctl_desc \