summaryrefslogtreecommitdiff
path: root/kernel/hpec/hpec_zaptel.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/hpec/hpec_zaptel.h')
-rw-r--r--kernel/hpec/hpec_zaptel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/hpec/hpec_zaptel.h b/kernel/hpec/hpec_zaptel.h
index 67d677a..6d2b79e 100644
--- a/kernel/hpec/hpec_zaptel.h
+++ b/kernel/hpec/hpec_zaptel.h
@@ -80,9 +80,9 @@ static inline void echo_can_free(struct echo_can_state *ec)
hpec_channel_free(ec);
}
-static inline void echo_can_array_update(struct echo_can_state *ec, short *iref, short *isig)
+static inline void echo_can_array_update(struct echo_can_state *ec, short *isig, short *iref)
{
- hpec_channel_update(ec, iref, isig);
+ hpec_channel_update(ec, isig, iref);
}
DECLARE_MUTEX(alloc_lock);