diff options
| author | Laurent Pinchart <[email protected]> | 2023-02-15 17:18:39 +0200 |
|---|---|---|
| committer | Hans Verkuil <[email protected]> | 2023-04-12 09:46:07 +0200 |
| commit | e18a7e9a2d34a32482e4069fcedf30a7bc9e9ef5 (patch) | |
| tree | 8df9e432aa2fd7f6c9e45b9700610a0a8262b8ab /tools/perf/scripts/python/exported-sql-viewer.py | |
| parent | e3a69496a1cde364c74a600d7a370179b58aed29 (diff) | |
media: Use designated initializers for all subdev pad ops
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 <[email protected]>
Acked-by: Sakari Ailus <[email protected]>
Reviewed-by: Tomi Valkeinen <[email protected]>
Reviewed-by: Kieran Bingham <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions