commit | 7def4e621b7c65b4a3740a554dcbc807e23b1c19 | [log] [tgz] |
---|---|---|
author | Thirupathaiah Annapureddy <thiruan@linux.microsoft.com> | Mon Aug 17 17:31:08 2020 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Sep 16 16:54:00 2020 -0400 |
tree | 9922a33b95bc5880d404015d8b302755740ddcd7 | |
parent | a8a71c948836688d323fd3efe2afb07865f8b393 [diff] |
include: phy: fix NULL pointer check in phy_write() phy_write() uses bus->write() instead of bus->read(). This means NULL pointer pre-check needs to happen on bus->write instead of bus->read. Signed-off-by: Thirupathaiah Annapureddy <thiruan@linux.microsoft.com> Reviewed-by: Michal Simek <michal.simek@xilinx.com>