mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-19 08:37:08 +00:00
Structures passed to subdev pad operations are all zero-initialized when
declaring variables. In most cases, this is done with designated
initializers to initialize some of the fields to specific values, but in
a minority of cases the structures are zero-initialized by assigning
them to '{ 0 }' or '{ }'.
Improve coding style consistency by using designated initializers where
possible, always initializing the 'which' field.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
|
||
|---|---|---|
| .. | ||
| cobalt-alsa-main.c | ||
| cobalt-alsa-pcm.c | ||
| cobalt-alsa-pcm.h | ||
| cobalt-alsa.h | ||
| cobalt-cpld.c | ||
| cobalt-cpld.h | ||
| cobalt-driver.c | ||
| cobalt-driver.h | ||
| cobalt-flash.c | ||
| cobalt-flash.h | ||
| cobalt-i2c.c | ||
| cobalt-i2c.h | ||
| cobalt-irq.c | ||
| cobalt-irq.h | ||
| cobalt-omnitek.c | ||
| cobalt-omnitek.h | ||
| cobalt-v4l2.c | ||
| cobalt-v4l2.h | ||
| Kconfig | ||
| m00233_video_measure_memmap_package.h | ||
| m00235_fdma_packer_memmap_package.h | ||
| m00389_cvi_memmap_package.h | ||
| m00460_evcnt_memmap_package.h | ||
| m00473_freewheel_memmap_package.h | ||
| m00479_clk_loss_detector_memmap_package.h | ||
| m00514_syncgen_flow_evcnt_memmap_package.h | ||
| Makefile | ||