]> git.baikalelectronics.ru Git - kernel.git/commit
qlcnic: Use qlcnic_83xx_flash_read32() API instead of lockless version of the API.
authorSony Chacko <sony.chacko@qlogic.com>
Mon, 22 Sep 2014 09:51:50 +0000 (05:51 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 26 Sep 2014 19:11:31 +0000 (15:11 -0400)
commit883a260aa6e772f17a93081b63db8b4b2af68218
tree22b0cf0a18e7ed27d8fe8b9347f48aab0e3582b0
parent5fb7cfc2424809040f2f5456bc0e45c034ef4878
qlcnic: Use qlcnic_83xx_flash_read32() API instead of lockless version of the API.

In qlcnic_83xx_setup_idc_parameters() routine use qlcnic_83xx_flash_read32() API
which takes flash lock internally instead of the lockless version
qlcnic_83xx_lockless_flash_read32().

Signed-off-by: Sony Chacko <sony.chacko@qlogic.com>
Signed-off-by: Manish Chopra <manish.chopra@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c