commit | 8cb3db24c80958647f8a1b65e4968f9f043ffc3d | [log] [tgz] |
---|---|---|
author | hayeswang <hayeswang@realtek.com> | Mon Jan 19 17:02:45 2015 +0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 19 16:16:32 2015 -0500 |
tree | 84bd4a3d997d2b431c1ef0fd15a81a4eef1a499b | |
parent | e60bf80615e1b61e8de988d693478788628fa56a [diff] |
r8152: remove generic_ocp_read before writing For ocp_write_word() and ocp_write_byte(), there is a generic_ocp_read() which is used to read the whole 4 byte data, keep the unchanged bytes, and modify the expected bytes. However, the "byen" could be used to determine which bytes of the 4 bytes to write, so the action could be removed. Signed-off-by: Hayes Wang <hayeswang@realtek.com> Signed-off-by: David S. Miller <davem@davemloft.net>