[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20140508.233946.1705263003595488483.davem@davemloft.net>
Date: Thu, 08 May 2014 23:39:46 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: rajesh.borundia@...gic.com
Cc: netdev@...r.kernel.org, Dept-HSGLinuxNICDev@...gic.com
Subject: Re: [PATCH net-next 2/5] qlcnic: Add support to process commands
in atomic context
From: Rajesh Borundia <rajesh.borundia@...gic.com>
Date: Wed, 7 May 2014 13:39:35 -0400
> - netdev = (struct net_device *)entry->ptr;
> + adapter = (struct qlcnic_adapter *)entry->ptr;
It is unnecessary to ever cast from a void pointer to something
else.
Please fix this and audit this issue in this entire patch series,
thank you.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists