commit | 51b4a1f380884ee3b6d34f26b65b3a3dc33d7095 | [log] [tgz] |
---|---|---|
author | Mihir Joshi <mihirj@nvidia.com> | Thu Mar 01 14:36:24 2018 -0800 |
committer | Varun Wadekar <vwadekar@nvidia.com> | Thu Jan 31 08:48:47 2019 -0800 |
tree | 23feaff3b58a8f63b0e8acf6ba09e5b8b37ca8aa | |
parent | f07d6defddef3fd32637bfd3bf69013bb9ec8036 [diff] |
spd: tlkd: remove unwanted assert on System Suspend entry c_rt_ctx is used to store current SP before the system goes into suspend. The assert for its value being zero is not really necessary as the value gets over-written eventually. This patch removes assert(tlk_ctx->c_rt_ctx == 0) from the System Suspend path, as a result. Change-Id: If41f15e74ebbbfd82958d8e179114899b2ffb0a7 Signed-off-by: Mihir Joshi <mihirj@nvidia.com>