drm/radeon: remove null test before kfree
authorFabian Frederick <[email protected]>
Fri, 4 Jul 2014 19:37:09 +0000 (21:37 +0200)
committerAlex Deucher <[email protected]>
Tue, 5 Aug 2014 12:53:24 +0000 (08:53 -0400)
commit9c2448780faf013af4333b9476dcaefc94f98c93
tree88c8786c48651655f20e9d97c539cc4b0a0c9d2f
parentf2c6b0f452c3804496f55655fda28c2809e1a58b
drm/radeon: remove null test before kfree

Fix checkpatch warning:
WARNING: kfree(NULL) is safe this check is probably not required

Cc: Alex Deucher <[email protected]>
Cc: David Airlie <[email protected]>
Cc: [email protected]
Signed-off-by: Fabian Frederick <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
drivers/gpu/drm/radeon/radeon_pm.c