diff options
| author | Fabio Estevam <[email protected]> | 2018-02-09 18:11:16 -0500 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2018-02-26 10:31:08 -0500 |
| commit | f31c76a94861fb8d11c713c13c22fcd76bb715a3 (patch) | |
| tree | 7c9d2357b47c2171deccf475cd64a9ff267dff43 /tools/perf/scripts/python | |
| parent | aebd90aa3244e3539001919dcfbf00027d5ab63c (diff) | |
media: imx-media-internal-sd: Use empty initializer
When building with W=1 the following warning shows up:
drivers/staging/media/imx/imx-media-internal-sd.c:274:49: warning: Using plain integer as NULL pointer
Fix this problem by using an empty initializer, which guarantees that all
struct members are zero-cleared.
Signed-off-by: Fabio Estevam <[email protected]>
Acked-by: Steve Longerbeam <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions