diff options
author | Angel Pons <th3fanbus@gmail.com> | 2021-11-03 13:25:02 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-11-04 17:36:32 +0000 |
commit | c167b748686529fa9f9c667f57cba6519220b341 (patch) | |
tree | 6b00bafa689344290da8875b42b50501469044e4 /src/mainboard | |
parent | e058841913f8374dfa511f56504e21659c46769e (diff) |
superio: Replace bad uses of `find_resource`
The `find_resource` function will never return null (will die instead).
In cases where the existing code already accounts for null pointers, it
is better to use `probe_resource` instead, which returns a null pointer
instead of dying.
Change-Id: Ic6e28add78f686fc9ab4556eddbedf7828fba9ef
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/58909
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Diffstat (limited to 'src/mainboard')
0 files changed, 0 insertions, 0 deletions