commit | 4e1842988364446ba0cf2171d1eebb53c15bc44e | [log] [tgz] |
---|---|---|
author | Jean-Jacques Hiblot <jjhiblot@ti.com> | Tue Oct 01 14:03:26 2019 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Oct 31 07:22:53 2019 -0400 |
tree | dc5536f60fab7fc0a5ab37106c09c4302cd97c3d | |
parent | 2ad98ab8f68c71e2db140c6d5f1020aa6fbacb9e [diff] |
drivers: phy: Handle gracefully NULL pointers For some controllers PHYs can be optional. Handling NULL pointers without crashing nor failing, makes it easy to handle optional PHYs. Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>