Loading
power: bcl_peripheral: remove the unnecessary memset ZERO of the chip.
The bcl_perph is allocated by devm_kzalloc, this ensures that the
allocation is zeroed. There is no need to zero it out again.
Change-Id: Ia808f2a93e4610677f40c87892063e0497213ae1
Signed-off-by:
Abhijeet Dharmapurikar <adharmap@codeaurora.org>