commit | 93e11eb1b745ee8dbd4f98f24b542d496c8f1e03 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <weiyj.lk@gmail.com> | Wed Aug 10 13:44:56 2016 +0000 |
committer | Vinod Koul <vinod.koul@intel.com> | Mon Aug 22 11:51:34 2016 +0530 |
tree | 47f3a4395f625d909aa31e9e58683dd8c61cd74e | |
parent | 06777c4ec78a43977b63f1d5045def057227c2c5 [diff] |
dmaengine: fsl_raid: add missing of_node_put() in fsl_re_probe() When terminating for_each_compatible_node() iteration with break or return, of_node_put() should be used to prevent stale device node references from being left behind. Found by Coccinelle. Signed-off-by: Wei Yongjun <weiyj.lk@gmail.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>