mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 15:11:50 +00:00
a2a47d00c0
In scif_node_connect() we were returning if the initialization of p2p_ji fails. But at that time p2p_ij has already been initialized and resources allocated for it. And since p2p_ij is not added to the list till now so we will have a leak. Lets deinitialize and release the resources connected to p2p_ij. Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org> Reviewed-by: Sudeep Dutt <sudeep.dutt@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
||
---|---|---|
.. | ||
bus | ||
card | ||
common | ||
cosm | ||
cosm_client | ||
host | ||
scif | ||
Kconfig | ||
Makefile |