Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Dec 2008 07:45:48 +0000 (UTC)
From:      Mike Silbersack <silby@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/acpica acpi_smbat.c
Message-ID:  <200812130746.mBD7k7xA093129@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
silby       2008-12-13 07:45:48 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/acpica       acpi_smbat.c 
  Log:
  SVN rev 186031 on 2008-12-13 07:45:48Z by silby
  
  Quick change to r186026.  One of the conditionals was:
  
  if (batt_sleep_ms)
          AcpiOsSleep(1);
  
  where the rest are all:
  
  if (batt_sleep_ms)
          AcpiOsSleep(batt_sleep_ms);
  
  I can't recall why that one was different, so change it
  to match the rest.
  
  Pointed out by: Christoph Mallon
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.7       +1 -1      src/sys/dev/acpica/acpi_smbat.c



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