Date: Fri, 8 Aug 2014 11:47:05 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r269710 - head/sys/dev/aic7xxx Message-ID: <53e4b8b9.23d3.261221b7@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e4b8b9.23d3.261221b7>