commit | 8f3397ccb63ac3b0ddcc759565bcd66977c4eb1a | [log] [tgz] |
---|---|---|
author | Sudeep Holla <sudeep.holla@arm.com> | Wed May 09 17:52:06 2018 +0100 |
committer | Sudeep Holla <sudeep.holla@arm.com> | Thu May 10 10:51:58 2018 +0100 |
tree | 63298965f187b4da73317016ce0724ce649f52b7 | |
parent | 97b93dda31493acdad87c522c59e9c2de9aaf2be [diff] |
firmware: arm_scmi: remove unnecessary bitmap_zero kcalloc zeros the memory and it's totally unnecessary to zero the bitmap again using bitmap_zero. This patch just drops the unnecessary use of the bitmap_zero in the context. Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>