All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 1/1] qlcnic: Fix warning reported by kbuild test robot.
@ 2013-09-06 22:04 Jitendra Kalsaria
  2013-09-11 20:00 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Jitendra Kalsaria @ 2013-09-06 22:04 UTC (permalink / raw)
  To: davem
  Cc: netdev, sony.chacko, shahed.shaikh, Dept-HSGLinuxNICDev,
	Jitendra Kalsaria

From: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>

drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c: In function 'qlcnic_handle_fw_message':
drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c:922:4: warning: overflow in implicit constant conversion [-Woverflow]

Signed-off-by: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
---
 drivers/net/ethernet/qlogic/qlcnic/qlcnic.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/ethernet/qlogic/qlcnic/qlcnic.h b/drivers/net/ethernet/qlogic/qlcnic/qlcnic.h
index 88349b8..81bf836 100644
--- a/drivers/net/ethernet/qlogic/qlcnic/qlcnic.h
+++ b/drivers/net/ethernet/qlogic/qlcnic/qlcnic.h
@@ -430,7 +430,7 @@ struct qlcnic_hardware_context {
 	u8 diag_test;
 	u8 num_msix;
 	u8 nic_mode;
-	char diag_cnt;
+	int diag_cnt;
 
 	u16 max_uc_count;
 	u16 port_type;
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH net 1/1] qlcnic: Fix warning reported by kbuild test robot.
  2013-09-06 22:04 [PATCH net 1/1] qlcnic: Fix warning reported by kbuild test robot Jitendra Kalsaria
@ 2013-09-11 20:00 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2013-09-11 20:00 UTC (permalink / raw)
  To: jitendra.kalsaria; +Cc: netdev, sony.chacko, shahed.shaikh, Dept-HSGLinuxNICDev

From: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
Date: Fri, 6 Sep 2013 18:04:32 -0400

> From: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
> 
> drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c: In function 'qlcnic_handle_fw_message':
> drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c:922:4: warning: overflow in implicit constant conversion [-Woverflow]
> 
> Signed-off-by: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>

Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-09-11 20:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-06 22:04 [PATCH net 1/1] qlcnic: Fix warning reported by kbuild test robot Jitendra Kalsaria
2013-09-11 20:00 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.