Loading
drm/amd/pm: remove redundant tools_size check
The check for tools_size being non-zero is redundant as tools_size is explicitly set to a non-zero value (0x19000). Removing the if condition simplifies the code without altering functionality. Signed-off-by:Bhavin Sharma <bhavin.sharma@siliconsignals.io> Signed-off-by:
Alex Deucher <alexander.deucher@amd.com>