aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/bios/bios_parser.c
diff options
context:
space:
mode:
authorRuan Jinjie <[email protected]>2023-08-09 03:44:39 +0000
committerAlex Deucher <[email protected]>2023-08-15 22:08:27 +0000
commit275e37221b1046dea0c1de67c54ad3699fc9eb5b (patch)
tree3d1077fe8274d20bbd5eb9ef298c4482e35e9786 /drivers/gpu/drm/amd/display/dc/bios/bios_parser.c
parentdrm/amd/display: dmub_replay: don't use kernel-doc markers (diff)
downloadkernel-275e37221b1046dea0c1de67c54ad3699fc9eb5b.tar.gz
kernel-275e37221b1046dea0c1de67c54ad3699fc9eb5b.zip
drm/amdkfd: Remove unnecessary NULL values
The NULL initialization of the pointers assigned by kzalloc() first is not necessary, because if the kzalloc() failed, the pointers will be assigned NULL, otherwise it works as usual. so remove it. Reviewed-by: Christian König <[email protected]> Signed-off-by: Ruan Jinjie <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/bios/bios_parser.c')
0 files changed, 0 insertions, 0 deletions