diff options
| author | Rob Herring <[email protected]> | 2016-10-11 18:41:03 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2016-10-31 15:15:22 +0000 |
| commit | bdacd1b426db83ac8ecf21aef1848120ffe53c07 (patch) | |
| tree | 10f8726e0c46e066c0e20961467907e1c9c6c034 /scripts/gcc-plugins/sancov_plugin.c | |
| parent | driver core: skip removal test for non-removable drivers (diff) | |
| download | kernel-bdacd1b426db83ac8ecf21aef1848120ffe53c07.tar.gz kernel-bdacd1b426db83ac8ecf21aef1848120ffe53c07.zip | |
driver core: fix smatch warning on dev->bus check
Commit d42a09802174 (driver core: skip removal test for non-removable
drivers) introduced a smatch warning:
drivers/base/dd.c:386 really_probe()
warn: variable dereferenced before check 'dev->bus' (see line 373)
Fix the warning by removing the dev->bus NULL check. dev->bus will never
be NULL, so the check was unnecessary.
Reported-by: Dan Carpenter <[email protected]>
Signed-off-by: Rob Herring <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'scripts/gcc-plugins/sancov_plugin.c')
0 files changed, 0 insertions, 0 deletions
