The second argument name of DIM_GetChannelState declaration changes from
dim_ch_state_ptr to state_ptr. The DIM_GetChannelState declaration and
definition has same argument name as state_ptr.

Signed-off-by: Chaehyun Lim <chaehyun....@gmail.com>
---
 drivers/staging/most/hdm-dim2/dim2_hal.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/most/hdm-dim2/dim2_hal.h 
b/drivers/staging/most/hdm-dim2/dim2_hal.h
index f333f0a..76e4a62 100644
--- a/drivers/staging/most/hdm-dim2/dim2_hal.h
+++ b/drivers/staging/most/hdm-dim2/dim2_hal.h
@@ -96,7 +96,7 @@ void dim_service_irq(struct dim_channel *const *channels);
 u8 dim_service_channel(struct dim_channel *ch);
 
 struct dim_ch_state_t *DIM_GetChannelState(struct dim_channel *ch,
-               struct dim_ch_state_t *dim_ch_state_ptr);
+                                          struct dim_ch_state_t *state_ptr);
 
 bool DIM_EnqueueBuffer(struct dim_channel *ch, u32 buffer_addr,
                       u16 buffer_size);
-- 
2.6.1

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to