Re: [PATCH] dmaengine: qcom_hidma: remove useless debugfs file removal

2016-10-19 Thread Vinod Koul
On Thu, Oct 06, 2016 at 06:21:29PM -0400, Sinan Kaya wrote: > Since 'commit acc29fb8f792 ("debugfs: ->d_parent is never NULL or > negative")', HIDMA object removal is no longer working. This is due to > redundant debugfs remove call in hidma_debug_uninit. > > debugfs_remove_recursive(dmadev->debug

[PATCH] dmaengine: qcom_hidma: remove useless debugfs file removal

2016-10-06 Thread Sinan Kaya
Since 'commit acc29fb8f792 ("debugfs: ->d_parent is never NULL or negative")', HIDMA object removal is no longer working. This is due to redundant debugfs remove call in hidma_debug_uninit. debugfs_remove_recursive(dmadev->debugfs); debugfs_remove_recursive(dmadev->stats); The first remove is for