msm_shared: Fix to pass the valid address to invalidate cache.

We are trying to flush the cache from 0xe000000 + len
 (length as 128,256,512 and 1024).
But here we are not passing 0xe000000 + 256, 0xe0000000 + 512,
0xe000000 + 1024 and so on.

CRs-Fixed: 564142
Change-Id: I78155506573feca0a4e751c219c9fd993a7962a3
1 file changed