commit | 0572054617f32670abab4b4e89a876954d54b704 | [log] [tgz] |
---|---|---|
author | Florinel Iordache <florinel.iordache@nxp.com> | Mon Aug 03 10:07:31 2020 +0300 |
committer | David S. Miller <davem@davemloft.net> | Mon Aug 03 16:20:14 2020 -0700 |
tree | e95b08b48026b13f8d395a2fafb72bba5533f0e6 | |
parent | 99f47abd9f7bf6e365820d355dc98f6955a562df [diff] |
fsl/fman: fix dereference null return value Check before using returned value to avoid dereferencing null pointer. Fixes: 18a6c85fcc78 ("fsl/fman: Add FMan Port Support") Signed-off-by: Florinel Iordache <florinel.iordache@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>