mailbox: mtk-cmdq: Remove needless devm_kfree() calls
authorThierry Reding <treding@nvidia.com>
Thu, 20 Dec 2018 17:19:56 +0000 (18:19 +0100)
committerJassi Brar <jaswinder.singh@linaro.org>
Fri, 21 Dec 2018 22:49:25 +0000 (16:49 -0600)
commitec1c674f0ae3905cd540ab2f30d9c4265981d7b4
tree6596cf9404c8ddcf03494626d2f3f0da14e4f849
parent8aed5719557269807447b8bb936067b36a54b787
mailbox: mtk-cmdq: Remove needless devm_kfree() calls

Memory allocated through device-managed functions doesn't need to be
explicitly freed, so these calls can be removed.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
drivers/mailbox/mtk-cmdq-mailbox.c