Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 May 2011 15:12:02 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/ath/ath_hal ah_eeprom_9287.c ah_eeprom_v1.c ah_eeprom_v14.c ah_eeprom_v3.c ah_eeprom_v4k.c ah_internal.h
Message-ID:  <201105141512.p4EFC99L058758@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
adrian      2011-05-14 15:12:02 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ath/ath_hal  ah_eeprom_9287.c ah_eeprom_v1.c 
                         ah_eeprom_v14.c ah_eeprom_v3.c 
                         ah_eeprom_v4k.c ah_internal.h 
  Log:
  SVN rev 221896 on 2011-05-14 15:12:02Z by adrian
  
  Fix the eeprom set API method to return HAL_STATUS.
  
  The code assumed it could return HAL_OK, HAL_EINVAL and other
  HAL_STATUS types; so it shouldn't be declared as returning HAL_BOOL.
  
  This commit was brought to you by the Clang compiler.
  
  Submitted by:   Matthew Fleming <mdf356@gmail.com>
  
  Revision  Changes    Path
  1.2       +1 -1      src/sys/dev/ath/ath_hal/ah_eeprom_9287.c
  1.4       +1 -1      src/sys/dev/ath/ath_hal/ah_eeprom_v1.c
  1.11      +1 -1      src/sys/dev/ath/ath_hal/ah_eeprom_v14.c
  1.6       +1 -1      src/sys/dev/ath/ath_hal/ah_eeprom_v3.c
  1.5       +1 -1      src/sys/dev/ath/ath_hal/ah_eeprom_v4k.c
  1.37      +1 -1      src/sys/dev/ath/ath_hal/ah_internal.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105141512.p4EFC99L058758>