From 74b3d8c7c5c6589370cba8a49089b98581598188 Mon Sep 17 00:00:00 2001 From: Bill Pemberton Date: Mon, 16 Mar 2009 22:04:07 -0400 Subject: [PATCH] --- yaml --- r: 141489 b: refs/heads/master c: a87e4f5a4a7be43e610399ebcbb09ba3da021094 h: refs/heads/master i: 141487: abed71c15e554dea20d3a10966bfc93eba4184a4 v: v3 --- [refs] | 2 +- trunk/drivers/staging/comedi/drivers/s626.c | 48 ++++++++++----------- 2 files changed, 25 insertions(+), 25 deletions(-) diff --git a/[refs] b/[refs] index cc82c13cd026..7936a558a558 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f10fe5742ba6ad6a2219cbe774e1b9d3db0ef23d +refs/heads/master: a87e4f5a4a7be43e610399ebcbb09ba3da021094 diff --git a/trunk/drivers/staging/comedi/drivers/s626.c b/trunk/drivers/staging/comedi/drivers/s626.c index ff6118e8ad4a..22b1e72a9f71 100644 --- a/trunk/drivers/staging/comedi/drivers/s626.c +++ b/trunk/drivers/staging/comedi/drivers/s626.c @@ -358,15 +358,15 @@ static enc_private enc_private_data[] = { GetEnable:GetEnable_A, GetIntSrc : GetIntSrc_A, GetLoadTrig : GetLoadTrig_A, - GetMode: GetMode_A, + GetMode : GetMode_A, PulseIndex : PulseIndex_A, SetEnable : SetEnable_A, SetIntSrc : SetIntSrc_A, SetLoadTrig : SetLoadTrig_A, - SetMode: SetMode_A, + SetMode : SetMode_A, ResetCapFlags : ResetCapFlags_A, - MyCRA: LP_CR0A, - MyCRB: LP_CR0B, + MyCRA : LP_CR0A, + MyCRB : LP_CR0B, MyLatchLsw : LP_CNTR0ALSW, MyEventBits : EVBITS(0), }, @@ -374,15 +374,15 @@ static enc_private enc_private_data[] = { GetEnable:GetEnable_A, GetIntSrc : GetIntSrc_A, GetLoadTrig : GetLoadTrig_A, - GetMode: GetMode_A, + GetMode : GetMode_A, PulseIndex : PulseIndex_A, SetEnable : SetEnable_A, SetIntSrc : SetIntSrc_A, SetLoadTrig : SetLoadTrig_A, - SetMode: SetMode_A, + SetMode : SetMode_A, ResetCapFlags : ResetCapFlags_A, - MyCRA: LP_CR1A, - MyCRB: LP_CR1B, + MyCRA : LP_CR1A, + MyCRB : LP_CR1B, MyLatchLsw : LP_CNTR1ALSW, MyEventBits : EVBITS(1), }, @@ -390,15 +390,15 @@ static enc_private enc_private_data[] = { GetEnable:GetEnable_A, GetIntSrc : GetIntSrc_A, GetLoadTrig : GetLoadTrig_A, - GetMode: GetMode_A, + GetMode : GetMode_A, PulseIndex : PulseIndex_A, SetEnable : SetEnable_A, SetIntSrc : SetIntSrc_A, SetLoadTrig : SetLoadTrig_A, - SetMode: SetMode_A, + SetMode : SetMode_A, ResetCapFlags : ResetCapFlags_A, - MyCRA: LP_CR2A, - MyCRB: LP_CR2B, + MyCRA : LP_CR2A, + MyCRB : LP_CR2B, MyLatchLsw : LP_CNTR2ALSW, MyEventBits : EVBITS(2), }, @@ -406,15 +406,15 @@ static enc_private enc_private_data[] = { GetEnable:GetEnable_B, GetIntSrc : GetIntSrc_B, GetLoadTrig : GetLoadTrig_B, - GetMode: GetMode_B, + GetMode : GetMode_B, PulseIndex : PulseIndex_B, SetEnable : SetEnable_B, SetIntSrc : SetIntSrc_B, SetLoadTrig : SetLoadTrig_B, - SetMode: SetMode_B, + SetMode : SetMode_B, ResetCapFlags : ResetCapFlags_B, - MyCRA: LP_CR0A, - MyCRB: LP_CR0B, + MyCRA : LP_CR0A, + MyCRB : LP_CR0B, MyLatchLsw : LP_CNTR0BLSW, MyEventBits : EVBITS(3), }, @@ -422,15 +422,15 @@ static enc_private enc_private_data[] = { GetEnable:GetEnable_B, GetIntSrc : GetIntSrc_B, GetLoadTrig : GetLoadTrig_B, - GetMode: GetMode_B, + GetMode : GetMode_B, PulseIndex : PulseIndex_B, SetEnable : SetEnable_B, SetIntSrc : SetIntSrc_B, SetLoadTrig : SetLoadTrig_B, - SetMode: SetMode_B, + SetMode : SetMode_B, ResetCapFlags : ResetCapFlags_B, - MyCRA: LP_CR1A, - MyCRB: LP_CR1B, + MyCRA : LP_CR1A, + MyCRB : LP_CR1B, MyLatchLsw : LP_CNTR1BLSW, MyEventBits : EVBITS(4), }, @@ -438,15 +438,15 @@ static enc_private enc_private_data[] = { GetEnable:GetEnable_B, GetIntSrc : GetIntSrc_B, GetLoadTrig : GetLoadTrig_B, - GetMode: GetMode_B, + GetMode : GetMode_B, PulseIndex : PulseIndex_B, SetEnable : SetEnable_B, SetIntSrc : SetIntSrc_B, SetLoadTrig : SetLoadTrig_B, - SetMode: SetMode_B, + SetMode : SetMode_B, ResetCapFlags : ResetCapFlags_B, - MyCRA: LP_CR2A, - MyCRB: LP_CR2B, + MyCRA : LP_CR2A, + MyCRB : LP_CR2B, MyLatchLsw : LP_CNTR2BLSW, MyEventBits : EVBITS(5), },