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)
commit4324414f8ccae4997dd1e91646683679a4436959
tree22b0cf0a18e7ed27d8fe8b9347f48aab0e3582b0
parentd61746b2e71bf612fb397b00242de5df5ba7f29a
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