commit | 41e1d60ea50a97fe1c3f8075a13761ddc17dd45a | [log] [tgz] |
---|---|---|
author | Vivek Gautam <vivek.gautam@codeaurora.org> | Tue Nov 08 15:37:51 2016 +0530 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Tue Nov 08 18:05:45 2016 -0500 |
tree | d25dc2d893f80e34ede92ceec7d29ec2c0c0ec65 | |
parent | d7fe6b661abc2d034a0ad7d582a630f347d56a7b [diff] |
scsi: ufs: qcom: Don't free resource-managed kmalloc element Host is allocated by managed kmalloc (devm_kmalloc). The memory allocated with this function is automatically freed on driver detach. So, no need to make an exclusive free call over it. Signed-off-by: Vivek Gautam <vivek.gautam@codeaurora.org> Reviewed-by: Subhash Jadavani <subhashj@codeaurora.org> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>