https://github.com/torvalds/linux
Revision c969c6e7ab8cb42b5c787c567615474fdbad9d6a authored by Huang Zijiang on 14 February 2019, 06:41:45 UTC, committed by David S. Miller on 14 February 2019, 17:28:52 UTC
The of_find_device_by_node() takes a reference to the underlying device
structure, we should release that reference.

Signed-off-by: Huang Zijiang <huang.zijiang@zte.com.cn>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 2c2ade8
Raw File
Tip revision: c969c6e7ab8cb42b5c787c567615474fdbad9d6a authored by Huang Zijiang on 14 February 2019, 06:41:45 UTC
net: hns: Fix object reference leaks in hns_dsaf_roce_reset()
Tip revision: c969c6e
README
Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.
back to top