Re: [PATCH v5 09/11] lib/vsprintf: OF nodes are first and foremost, struct device_nodes

2019-09-06 Thread Sakari Ailus
On Tue, Sep 03, 2019 at 02:28:00PM +0300, Andy Shevchenko wrote: > On Tue, Sep 03, 2019 at 11:28:16AM +0200, Petr Mladek wrote: > > On Tue 2019-09-03 10:52:33, Petr Mladek wrote: > > > On Mon 2019-09-02 16:57:30, Sakari Ailus wrote: > > > > Factor out static kobject_string() function that simply

Re: [PATCH v5 09/11] lib/vsprintf: OF nodes are first and foremost, struct device_nodes

2019-09-03 Thread Andy Shevchenko
On Tue, Sep 03, 2019 at 11:28:16AM +0200, Petr Mladek wrote: > On Tue 2019-09-03 10:52:33, Petr Mladek wrote: > > On Mon 2019-09-02 16:57:30, Sakari Ailus wrote: > > > Factor out static kobject_string() function that simply calls > > > device_node_string(), and thus remove references to kobjects

Re: [PATCH v5 09/11] lib/vsprintf: OF nodes are first and foremost, struct device_nodes

2019-09-03 Thread Petr Mladek
On Tue 2019-09-03 10:52:33, Petr Mladek wrote: > On Mon 2019-09-02 16:57:30, Sakari Ailus wrote: > > Factor out static kobject_string() function that simply calls > > device_node_string(), and thus remove references to kobjects (as these are > > struct device_node). > > > > Signed-off-by: Sakari

Re: [PATCH v5 09/11] lib/vsprintf: OF nodes are first and foremost, struct device_nodes

2019-09-03 Thread Petr Mladek
On Mon 2019-09-02 16:57:30, Sakari Ailus wrote: > Factor out static kobject_string() function that simply calls > device_node_string(), and thus remove references to kobjects (as these are > struct device_node). > > Signed-off-by: Sakari Ailus > Reviewed-by: Andy Shevchenko > --- >

[PATCH v5 09/11] lib/vsprintf: OF nodes are first and foremost, struct device_nodes

2019-09-02 Thread Sakari Ailus
Factor out static kobject_string() function that simply calls device_node_string(), and thus remove references to kobjects (as these are struct device_node). Signed-off-by: Sakari Ailus Reviewed-by: Andy Shevchenko --- lib/vsprintf.c | 16 1 file changed, 4 insertions(+), 12