cxgb4: Fixed incorrect check for memory operation in t4_memory_rw
authorHariprasad Shenai <hariprasad@chelsio.com>
Thu, 24 Jul 2014 11:46:30 +0000 (17:16 +0530)
committerDavid S. Miller <davem@davemloft.net>
Fri, 25 Jul 2014 06:28:39 +0000 (23:28 -0700)
commitc81576c225b942496feb9fbef5bca506bc64ce57
tree93e11b507db72c9ac4c2a6cc8990b4f836884611
parent2695fb552cbef1029aa025a98acb80cc51d66de5
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>
drivers/net/ethernet/chelsio/cxgb4/t4_hw.c