git: kernel/acpi: Some fixes from FreeBSD.

Sascha Wildner swildner at crater.dragonflybsd.org
Sat Dec 27 19:59:56 PST 2014


commit 03885966534aa4e398f018d9724d7e7c7850daed
Author: Sascha Wildner <saw at online.de>
Date:   Sun Dec 28 04:59:29 2014 +0100

    kernel/acpi: Some fixes from FreeBSD.
    
    * OsdInterrupt.c: InterruptNumber is unsigned so remove unnecessary
        "< 0" check.
    
    * acpi.c: Use correct size of the end tag in a resource buffer.
    
    * acpi_acad.c: Don't hold the acad lock when changing the power
        profile.

Summary of changes:
 sys/dev/acpica/Osd/OsdInterrupt.c | 4 +---
 sys/dev/acpica/acpi.c             | 4 ++--
 sys/dev/acpica/acpi_acad.c        | 4 +++-
 3 files changed, 6 insertions(+), 6 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/03885966534aa4e398f018d9724d7e7c7850daed


-- 
DragonFly BSD source repository



More information about the Commits mailing list