On Wed, 2020-01-15 at 13:17 +0100, Greg KH wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you
> know the content is safe
>
> On Tue, Jan 14, 2020 at 04:57:53PM +0100, Christian Gromm wrote:
> > This patch moves the struct device of the interface structure to
> > its
> > pri
On Tue, Jan 14, 2020 at 04:57:53PM +0100, Christian Gromm wrote:
> This patch moves the struct device of the interface structure to its
> private section, because only the core should access it directly. For
> other entities an API is provided.
This feels "wrong".
Shouldn't the struct device in t
This patch moves the struct device of the interface structure to its
private section, because only the core should access it directly. For
other entities an API is provided.
Signed-off-by: Christian Gromm
---
v3:
This patch has been added to the series.
drivers/staging/most/core.c