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)
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>

No differences found