diff options
| author | Mauro Carvalho Chehab <[email protected]> | 2017-11-01 17:05:39 -0400 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2017-12-11 13:16:08 -0500 |
| commit | a9cb97c3e628902e37583d8a40bb28cf76522cf1 (patch) | |
| tree | 72b94e9ee114cc1be38f2cb622d9fe35933a8676 /tools/perf/scripts/python/netdev-times.py | |
| parent | 7621b8c4c06bd6414c438f9e50781af1cd88d063 (diff) | |
media: dvb_frontend: be sure to init dvb_frontend_handle_ioctl() return code
As smatch warned:
drivers/media/dvb-core/dvb_frontend.c:2468 dvb_frontend_handle_ioctl() error: uninitialized symbol 'err'.
The ioctl handler actually got a regression here: before changeset
d73dcf0cdb95 ("media: dvb_frontend: cleanup ioctl handling logic"),
the code used to return -EOPNOTSUPP if an ioctl handler was not
implemented on a driver. After the change, it may return a random
value.
Fixes: d73dcf0cdb95 ("media: dvb_frontend: cleanup ioctl handling logic")
Cc: [email protected]
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Tested-by: Daniel Scheller <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions