software node: Initialize the return value in software_node_to_swnode()
authorHeikki Krogerus <heikki.krogerus@linux.intel.com>
Fri, 30 Aug 2019 07:51:55 +0000 (10:51 +0300)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 4 Sep 2019 21:03:19 +0000 (23:03 +0200)
commit616368735e4aa6e3d25cd3474b746014ee490a7b
tree84935b2c525746c3a8f72e31ef4c43e2773ed111
parent3a2650a878b814735430b1b7a25fd190dfacf22e
software node: Initialize the return value in software_node_to_swnode()

The software node is searched from a list that may be empty
when the function is called. This makes sure that the
function returns NULL even if the list is empty.

Fixes: 80488a6b1d3c ("software node: Add support for static node descriptors")
Reported-by: kbuild test robot <lkp@intel.com>
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/base/swnode.c