Commit 4e6ecd44 authored by Christian Engelmayer's avatar Christian Engelmayer Committed by David S. Miller
Browse files

3c59x: Remove unused pointer in vortex_eisa_cleanup()



Remove unused network device private data pointer 'vp' in function
vortex_eisa_cleanup(). Detected by Coverity: CID 139826.

Signed-off-by: default avatarChristian Engelmayer <cengelma@gmx.at>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 946c032e
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -3294,7 +3294,6 @@ static int __init vortex_init(void)


static void __exit vortex_eisa_cleanup(void)
static void __exit vortex_eisa_cleanup(void)
{
{
	struct vortex_private *vp;
	void __iomem *ioaddr;
	void __iomem *ioaddr;


#ifdef CONFIG_EISA
#ifdef CONFIG_EISA
@@ -3303,7 +3302,6 @@ static void __exit vortex_eisa_cleanup(void)
#endif
#endif


	if (compaq_net_device) {
	if (compaq_net_device) {
		vp = netdev_priv(compaq_net_device);
		ioaddr = ioport_map(compaq_net_device->base_addr,
		ioaddr = ioport_map(compaq_net_device->base_addr,
		                    VORTEX_TOTAL_SIZE);
		                    VORTEX_TOTAL_SIZE);