It's not necessary to free memory allocated with devm_kzalloc
and using kfree leads to a double free.
Fixes: 20ae8dd7ed2f ("net: ixp4xx_hss: Convert to use DT probing") Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>