- Fix a warning reported by Gregor Brunmar.

svn path=/trunk/; revision=28598
This commit is contained in:
Peter Ward 2007-08-27 11:57:02 +00:00
parent 18af7ec60d
commit 62a91eb656

View file

@ -179,7 +179,7 @@ acpi_ns_attach_object (
/* Check for a recognized Opcode */
switch ((u8) opcode) {
switch (opcode) {
case AML_OP_PREFIX: