svn commit: r269710 - head/sys/dev/aic7xxx

Warner Losh imp at FreeBSD.org
Fri Aug 8 11:47:05 UTC 2014


Author: imp
Date: Fri Aug  8 11:47:04 2014
New Revision: 269710
URL: http://svnweb.freebsd.org/changeset/base/269710

Log:
  shared_scb_data set, but never used, remove it.

Modified:
  head/sys/dev/aic7xxx/aic79xx_pci.c

Modified: head/sys/dev/aic7xxx/aic79xx_pci.c
==============================================================================
--- head/sys/dev/aic7xxx/aic79xx_pci.c	Fri Aug  8 11:46:45 2014	(r269709)
+++ head/sys/dev/aic7xxx/aic79xx_pci.c	Fri Aug  8 11:47:04 2014	(r269710)
@@ -320,14 +320,12 @@ ahd_find_pci_device(aic_dev_softc_t pci)
 int
 ahd_pci_config(struct ahd_softc *ahd, struct ahd_pci_identity *entry)
 {
-	struct scb_data *shared_scb_data;
 	u_int		 command;
 	uint32_t	 devconfig;
 	uint16_t	 device; 
 	uint16_t	 subvendor; 
 	int		 error;
 
-	shared_scb_data = NULL;
 	ahd->description = entry->name;
 	/*
 	 * Record if this is a HostRAID board.


More information about the svn-src-all mailing list