commit | c81576c225b942496feb9fbef5bca506bc64ce57 | [log] [tgz] |
---|---|---|
author | Hariprasad Shenai <hariprasad@chelsio.com> | Thu Jul 24 17:16:30 2014 +0530 |
committer | David S. Miller <davem@davemloft.net> | Thu Jul 24 23:28:39 2014 -0700 |
tree | 93e11b507db72c9ac4c2a6cc8990b4f836884611 | |
parent | 2695fb552cbef1029aa025a98acb80cc51d66de5 [diff] |
cxgb4: Fixed incorrect check for memory operation in t4_memory_rw Fix incorrect check introduced in commit fc5ab020 ("cxgb4: Replaced the backdoor mechanism to access the HW memory with PCIe Window method"). We where checking for write operation and doing a read, changed it accordingly. Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>