rockchip/rk3399: Remove unneeded if statement
authorDerek Basehore <dbasehore@chromium.org>
Thu, 11 May 2017 06:22:02 +0000 (23:22 -0700)
committerCaesar Wang <wxt@rock-chips.com>
Thu, 8 Jun 2017 01:59:53 +0000 (09:59 +0800)
commit87aad73494c8980cf7511e65c99bcfc9f841990c
tree4ec823eb3a12bc5abef228ac459a27289c2c49ab
parent18f705fae35be3457edc6bd32efb66f539bde1dd
rockchip/rk3399: Remove unneeded if statement

The removed if statement would make the same check that the for loop
it is in does to break out of the for loop, so it doesn't make any
sense to keep it there.

Change-Id: I819c29f9182e6de1fc47e418aed15ad38e8f9fa9
Signed-off-by: Derek Basehore <dbasehore@chromium.org>
plat/rockchip/rk3399/drivers/dram/suspend.c