land: Don't log an error on init

If we get the board_id, that's fine. Don't log an error message.

Change-Id: I4c0648b3bdc5847c70a02270220846d47ad09067
This commit is contained in:
Zhao Wei Liew 2016-11-15 15:38:05 +08:00
parent 3c8370094d
commit 89892712bc

View file

@ -119,7 +119,6 @@ void vendor_load_properties()
import_kernel_cmdline(0, import_cmdline);
property_set("ro.product.wt.boardid", board_id);
ERROR("Detected board ID=%s\n", board_id);
if (!strcmp(board_id, "S88537AA1")) {
property_set("ro.build.display.wtid", "SW_S88537AA1_V053_M20_MP_XM");