Hi Wambui,
-----Original Message----- From: Wambui Karuga wambui.karugax@gmail.com Sent: Thursday, February 27, 2020 7:02 PM To: daniel@ffwll.ch; airlied@linux.ie; Alexey Brodkin abrodkin@synopsys.com Cc: linux-kernel@vger.kernel.org; gregkh@linuxfoundation.org; dri-devel@lists.freedesktop.org Subject: [PATCH 06/21] drm/arc: make arcpgu_debugfs_init return void
Since commit 987d65d01356 (drm: debugfs: make drm_debugfs_create_files() never fail), drm_debugfs_create_files never fails and should return void. Therefore, remove its use as the return value of arcpgu_debugfs_init and have the latter function also return void.
Signed-off-by: Wambui Karuga wambui.karugax@gmail.com
Thanks for this clean-up and
Acked-by: Alexey Brodkin abrodkin@synopsys.com