commit | 8079ef51e0de3cfa379f555d2a223dc338ee9de2 | [log] [tgz] |
---|---|---|
author | Frank Duerr <frank.duerr@ipvs.uni-stuttgart.de> | Sun May 04 14:41:16 2025 +0200 |
committer | Benjamin Cabé <kartben@gmail.com> | Fri May 16 19:00:50 2025 +0200 |
tree | bd0246a5f0cb597c0fd554e158478342d839425c | |
parent | 3cd795ba59b1fe035510b71ecdeed6733ae834e4 [diff] |
drivers: ptp clock: fixed invalid assertion Assertion checked whether pointer is NULL. Assertion should check whether pointer is *not* NULL. Fixed by changing check in assertion. Signed-off-by: Frank Duerr <frank.duerr@ipvs.uni-stuttgart.de>