Re: [PATCH] staging: vchiq_debugfs: Fix build if CONFIG_DEBUG_FS is not set
From: Stefan Wahren
Date: Thu Jun 27 2024 - 09:35:39 EST
Am 27.06.24 um 14:44 schrieb Bernhard Rosenkränzer:
Commit 42a2f6664e18 ("staging: vc04_services: Move global g_state to
vchiq_state") adds a parameter to vchiq_debugfs_init, but leaves the
dummy implementation in the !CONFIG_DEBUG_FS case untouched, causing a
compile time error.
Fixes: c3552ab19aeb ("staging: vchiq_debugfs: Fix NPD in vchiq_dump_state")
Signed-off-by: Bernhard Rosenkränzer <bero@xxxxxxxxxxxx>
Oh dear, thanks for fixing
Reviewed-by: Stefan Wahren <wahrenst@xxxxxxx>