aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/dev
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2009-09-08 13:19:05 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2009-09-08 13:19:05 +0000
commit677843147820e9e8d581cf9841ea01a567324d3b (patch)
tree9f7c1709b6ce492cd874120e81e8a117cab4ca7d /sys/contrib/dev
parentb34421bf9cab5d0ad5822abfaa62febedef2d9a1 (diff)
downloadsrc-677843147820e9e8d581cf9841ea01a567324d3b.tar.gz
src-677843147820e9e8d581cf9841ea01a567324d3b.zip
Revert previous commit and add myself to the list of people who should
know better than to commit with a cat in the area.
Notes
Notes: svn path=/head/; revision=196970
Diffstat (limited to 'sys/contrib/dev')
-rw-r--r--sys/contrib/dev/acpica/executer/exfldio.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/contrib/dev/acpica/executer/exfldio.c b/sys/contrib/dev/acpica/executer/exfldio.c
index 1b819c0d2066..f59dd6214c3d 100644
--- a/sys/contrib/dev/acpica/executer/exfldio.c
+++ b/sys/contrib/dev/acpica/executer/exfldio.c
@@ -992,7 +992,6 @@ AcpiExInsertIntoField (
/* Get initial Datum from the input buffer */
- /* XXX: Flexelint sees arg 9 for bufferlen 8 */
ACPI_MEMCPY (&RawDatum, Buffer,
ACPI_MIN(ObjDesc->CommonField.AccessByteWidth,
BufferLength - BufferOffset));