Re: [PATCH 3/6] dma: coh901318: no need to cast away call to debugfs_create_file()

2019-06-12 Thread Linus Walleij
On Wed, Jun 12, 2019 at 2:26 PM Greg Kroah-Hartman wrote: > No need to check the return value of debugfs_create_file(), so no need > to provide a fake "cast away" of the return value either. > > Cc: Linus Walleij > Cc: Vinod Koul > Cc: Dan Williams > Cc: linux-arm-ker...@lists.infradead.org >

[PATCH 3/6] dma: coh901318: no need to cast away call to debugfs_create_file()

2019-06-12 Thread Greg Kroah-Hartman
No need to check the return value of debugfs_create_file(), so no need to provide a fake "cast away" of the return value either. Cc: Linus Walleij Cc: Vinod Koul Cc: Dan Williams Cc: linux-arm-ker...@lists.infradead.org Cc: dmaeng...@vger.kernel.org Cc: linux-kernel@vger.kernel.org Signed-off-b