Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286455
b: refs/heads/master
c: 8519bc9
h: refs/heads/master
i:
  286453: 7ed9649
  286451: 2218f22
  286447: f5fe9bc
v: v3
  • Loading branch information
Bob Moore authored and Len Brown committed Jan 17, 2012
1 parent 2b34c83 commit 3a3a234
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8931d9ea78848b073bf299594f148b83abde4a5e
refs/heads/master: 8519bc9f1e6db43a9b95b70ef0c7b61cb36d58e4
2 changes: 2 additions & 0 deletions trunk/drivers/acpi/acpica/hwvalid.c
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ acpi_hw_validate_io_request(acpi_io_address address, u32 bit_width)
/* Supported widths are 8/16/32 */

if ((bit_width != 8) && (bit_width != 16) && (bit_width != 32)) {
ACPI_ERROR((AE_INFO,
"Bad BitWidth parameter: %8.8X", bit_width));
return AE_BAD_PARAMETER;
}

Expand Down

0 comments on commit 3a3a234

Please sign in to comment.