phdc: Cleanup free_mgr_data function

Remove not needed assignment and casting.
The final NULL assignement is also pointless for many reasons, one of
them being that it's setting a local pointer to NULL right before
exiting: removed as well.
1 file changed