diff options
| author | Luca Ceresoli <[email protected]> | 2018-04-24 04:24:09 -0400 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2018-05-17 06:22:08 -0400 |
| commit | f067ddad003b67be8acb7fd739172dcfb4817a2a (patch) | |
| tree | 4baaf5d6866440fdd09ed327ee9a0e0d544f5c99 /tools/perf/scripts/python | |
| parent | cf90870454990c54a754c5b2e9ca2e4277ab9b2d (diff) | |
media: imx274: remove unused data from struct imx274_frmfmt
struct imx274_frmfmt is instantiated only in the imx274_formats[]
array, where imx274_formats[N].mode always equals N (via enum
imx274_mode). So .mode carries no information, and unsurprisingly it
is never used.
mbus_code is never used because the 12 bit modes are not implemented.
The colorspace member is also never used, which is normal since the
imx274 sensor can output only one colorspace.
Let's get rid of all of them.
Signed-off-by: Luca Ceresoli <[email protected]>
Signed-off-by: Sakari Ailus <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions