Re: [PATCH 06/22] staging: vc04_services: get rid of vchiq_platform_use_suspend_timer()
From: Nicolas Saenz Julienne <hidden>
Date: 2020-01-27 11:23:49
Also in:
lkml
From: Nicolas Saenz Julienne <hidden>
Date: 2020-01-27 11:23:49
Also in:
lkml
On Fri, 2020-01-24 at 15:46 +0100, Nicolas Saenz Julienne wrote:
@@ -3059,7 +2986,6 @@ vchiq_check_service(struct vchiq_service *service) arm_state->videocore_use_count, suspend_state_names[arm_state->vc_suspend_state + VC_SUSPEND_NUM_OFFSET]); - vchiq_dump_service_use_state(service->state); } out: return ret;
As highlighted by the kbuild test robot, this shouldn't be removed. Sorry it slipped through the cracks. Happened because of it similarities with vchiq_dump_platform_use_state(), which is being rightfully removed. I'll give some time for further feedback, and send a v2. Regards, Nicolas