]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: most: fix argument name of DIM_GetChannelState
authorChaehyun Lim <chaehyun.lim@gmail.com>
Mon, 2 Nov 2015 13:59:15 +0000 (22:59 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Nov 2015 04:02:47 +0000 (20:02 -0800)
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.lim@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/most/hdm-dim2/dim2_hal.h

index f333f0adbcd2341cb37a1d7c373f5b7982b9263b..76e4a62f2f2040879f79b8adad68664eab8b0f26 100644 (file)
@@ -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);