Re: [PATCH 21/28] staging: most: fix retrieval of buffer availability

2016-01-12 Thread Christian Gromm
On Thu, 24 Dec 2015 22:27:13 +0530 Sudip Mukherjee wrote: > On Tue, Dec 22, 2015 at 10:53:02AM +0100, Christian Gromm wrote: > > This patch fixes the function channel_has_mbo that delivers the false > > information in case two AIMs are using the same tx channel. > >

Re: [PATCH 21/28] staging: most: fix retrieval of buffer availability

2015-12-24 Thread Sudip Mukherjee
On Tue, Dec 22, 2015 at 10:53:02AM +0100, Christian Gromm wrote: > This patch fixes the function channel_has_mbo that delivers the false > information in case two AIMs are using the same tx channel. > > Signed-off-by: Christian Gromm > --- > > diff --git

[PATCH 21/28] staging: most: fix retrieval of buffer availability

2015-12-22 Thread Christian Gromm
This patch fixes the function channel_has_mbo that delivers the false information in case two AIMs are using the same tx channel. Signed-off-by: Christian Gromm --- This patch has been resent on behalf of Greg Kroah-Hartman

[PATCH 21/28] staging: most: fix retrieval of buffer availability

2015-11-18 Thread Christian Gromm
This patch fixes the function channel_has_mbo that delivers the false information in case two AIMs are using the same tx channel. Signed-off-by: Christian Gromm --- drivers/staging/most/aim-cdev/cdev.c | 12 ++-- drivers/staging/most/mostcore/core.c