Re: [PATCH 12/28] staging: most: move initialization of pointer

2015-11-18 Thread Dan Carpenter
On Wed, Nov 18, 2015 at 01:43:36PM +0100, Christian Gromm wrote: > This patch makes function store_add_link initialize the pointer to an AIM > right before the channel is probed. > The patch description implies that this is a cleanup but looking at the patch it looks like a behavior change. Actu

[PATCH 12/28] staging: most: move initialization of pointer

2015-11-18 Thread Christian Gromm
This patch makes function store_add_link initialize the pointer to an AIM right before the channel is probed. Signed-off-by: Christian Gromm --- drivers/staging/most/mostcore/core.c |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/drivers/staging/most/mostcore/core.c