projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99a4177
)
[media] v4l2-device: fix a macro definition
author
Guennadi Liakhovetski
<g.liakhovetski@gmx.de>
Tue, 22 Mar 2011 12:32:51 +0000
(09:32 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Wed, 13 Apr 2011 12:53:29 +0000
(09:53 -0300)
v4l2_device_unregister_subdev() wrongly uses "arg..." instead of "## arg"
in its body. Fix it.
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
include/media/v4l2-device.h
patch
|
blob
|
history
diff --git
a/include/media/v4l2-device.h
b/include/media/v4l2-device.h
index bd102cf509ac28ee9a0c5e70fcc9c4916ea50910..d61febfb1668549caa6b5610af09e3144aa3226e 100644
(file)
--- a/
include/media/v4l2-device.h
+++ b/
include/media/v4l2-device.h
@@
-163,7
+163,7
@@
v4l2_device_register_subdev_nodes(struct v4l2_device *v4l2_dev);
({ \
struct v4l2_subdev *__sd; \
__v4l2_device_call_subdevs_until_err_p(v4l2_dev, __sd, cond, o, \
- f
, args...
); \
+ f
, ##args
); \
})
/* Call the specified callback for all subdevs matching grp_id (if 0, then