commit | 79bcd34ccfe009ad21d16100ae2aef9b378a512d | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hverkuil@xs4all.nl> | Tue Aug 01 07:53:30 2017 -0400 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Wed Aug 09 09:36:13 2017 -0400 |
tree | b230654ad71b90bdf9465a91863f90e290fb6179 | |
parent | 079c6eaf80d9fb6d9cea7ad71e590c8425c1b0fe [diff] |
media: cec-funcs.h: cec_ops_report_features: set *dev_features to NULL gcc can get confused by this code and it thinks dev_features can be returned uninitialized. So initialize to NULL at the beginning to shut up the warning. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>