]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
qlcnic: Remove unnecessary usage of atomic_t
authorRajesh Borundia <rajesh.borundia@qlogic.com>
Tue, 8 Mar 2016 07:39:57 +0000 (02:39 -0500)
committerTim Gardner <tim.gardner@canonical.com>
Thu, 21 Apr 2016 13:20:27 +0000 (07:20 -0600)
commit041964900e062a95f522f47e506cfc40f99fd041
treee5276d1ab57b45abb4247eba101aa3ba47672a91
parent60b03a2a7c8959acc1355f16f625446033f7f7c3
qlcnic: Remove unnecessary usage of atomic_t

BugLink: http://bugs.launchpad.net/bugs/1573034
[ Upstream commit 5bf93251cee1fb66141d1d2eaff86e04a9397bdf ]

o atomic_t usage is incorrect as we are not implementing
any atomicity.

Signed-off-by: Rajesh Borundia <rajesh.borundia@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
drivers/net/ethernet/qlogic/qlcnic/qlcnic.h
drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c