]> git.ipfire.org Git - thirdparty/linux.git/commit - lib/vsprintf.c
lib/vsprintf: OF nodes are first and foremost, struct device_nodes
authorSakari Ailus <sakari.ailus@linux.intel.com>
Thu, 3 Oct 2019 12:32:17 +0000 (15:32 +0300)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 11 Oct 2019 09:26:55 +0000 (11:26 +0200)
commit83abc5a77f3b028b8c845c39ce4053119e1de35b
tree6d75d7de578e75dcc781364d073414e258a677c9
parenta92eb7621b9fb2c28a588ce333d226f56fab6a85
lib/vsprintf: OF nodes are first and foremost, struct device_nodes

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 <sakari.ailus@linux.intel.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Petr Mladek <pmladek@suse.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
lib/vsprintf.c