From 11f23eec41010efebb26fdc69f9b8af950883093 Mon Sep 17 00:00:00 2001 From: Ian Abbott Date: Fri, 30 Jan 2009 12:59:26 +0000 Subject: [PATCH] Use explicit value for enumerated constant INSN_CONFIG_GET_HARDWARE_BUFFER_SIZE. --- include/linux/comedi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/comedi.h b/include/linux/comedi.h index ca9a43c4..0c6948ee 100644 --- a/include/linux/comedi.h +++ b/include/linux/comedi.h @@ -256,7 +256,7 @@ extern "C" { INSN_CONFIG_GET_CLOCK_SRC = 2004, // Get master clock source INSN_CONFIG_SET_OTHER_SRC = 2005, // Set other source // INSN_CONFIG_GET_OTHER_SRC = 2006, // Get other source - INSN_CONFIG_GET_HARDWARE_BUFFER_SIZE, // Get size in bytes of subdevice's on-board fifos used during streaming input/output + INSN_CONFIG_GET_HARDWARE_BUFFER_SIZE = 2006, // Get size in bytes of subdevice's on-board fifos used during streaming input/output INSN_CONFIG_SET_COUNTER_MODE = 4097, INSN_CONFIG_8254_SET_MODE = INSN_CONFIG_SET_COUNTER_MODE, /* deprecated */ INSN_CONFIG_8254_READ_STATUS = 4098, -- 2.26.2