Commit 060a0fb7 authored by Sameer Saurabh's avatar Sameer Saurabh Committed by David S. Miller
Browse files

atlantic: Remove warn trace message.



Remove the warn trace message - it's not a correct check here, because
the function can still be called on the device in DOWN state

Fixes: 508f2e3d ("net: atlantic: split rx and tx per-queue stats")
Signed-off-by: default avatarSameer Saurabh <ssaurabh@marvell.com>
Signed-off-by: default avatarSudarsana Reddy Kalluru <skalluru@marvell.com>
Signed-off-by: default avatarIgor Russkikh <irusskikh@marvell.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 2087ced0
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -362,9 +362,6 @@ unsigned int aq_vec_get_sw_stats(struct aq_vec_s *self, const unsigned int tc, u
{
	unsigned int count;

	WARN_ONCE(!aq_vec_is_valid_tc(self, tc),
		  "Invalid tc %u (#rx=%u, #tx=%u)\n",
		  tc, self->rx_rings, self->tx_rings);
	if (!aq_vec_is_valid_tc(self, tc))
		return 0;