projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2714bd3
)
MLK-16046: mx8 imaging SS: Fix build warning
author
Sandor Yu
<Sandor.yu@nxp.com>
Fri, 21 Jul 2017 04:07:44 +0000
(12:07 +0800)
committer
Leonard Crestez
<leonard.crestez@nxp.com>
Wed, 17 Apr 2019 23:51:34 +0000
(
02:51
+0300)
Fix build warning:
warning: missing braces around initializer [-Wmissing-braces]
Signed-off-by: Sandor Yu <Sandor.yu@nxp.com>
drivers/media/platform/imx8/mxc-isi-hw.h
patch
|
blob
|
history
diff --git
a/drivers/media/platform/imx8/mxc-isi-hw.h
b/drivers/media/platform/imx8/mxc-isi-hw.h
index
f32c1e6
..
062f777
100644
(file)
--- a/
drivers/media/platform/imx8/mxc-isi-hw.h
+++ b/
drivers/media/platform/imx8/mxc-isi-hw.h
@@
-450,9
+450,6
@@
enum isi_csi_coeff {
YUV2RGB = 0,
RGB2YUV,
};
-struct colorspace_coeffs {
- u32 coeff[6];
-};
void mxc_isi_channel_init(struct mxc_isi_dev *mxc_isi);
void mxc_isi_channel_deinit(struct mxc_isi_dev *mxc_isi);