diff options
| author | Gabriele M <moto.falcon.git@gmail.com> | 2016-08-28 23:00:45 +0200 |
|---|---|---|
| committer | desaishivam26 <shivamdesaixda@gmail.com> | 2016-08-30 14:29:08 +0530 |
| commit | 7d2a0396fba7723b8ee49373502b22686c56cf48 (patch) | |
| tree | f2fe20de825a5bf138f476ff1542eba13ab187ad | |
| parent | 0c63581543ca20d5c2721dcfbcd332276466390f (diff) | |
It should have been removed with commit 593119d6d3a7
("falcon: init: Look for metadata block to detect GPE variant")
Change-Id: Ifd319bad1ea37cb1e83e9910c4e1a3bbd78526b2
| -rw-r--r-- | init/init_falcon.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/init/init_falcon.cpp b/init/init_falcon.cpp index 32b1c6c..099d0ad 100644 --- a/init/init_falcon.cpp +++ b/init/init_falcon.cpp @@ -81,7 +81,6 @@ void vendor_load_properties() char platform[PROP_VALUE_MAX]; char radio[PROP_VALUE_MAX]; char device[PROP_VALUE_MAX]; - char fstype[92]; int rc; rc = property_get("ro.board.platform", platform); @@ -203,5 +202,5 @@ void vendor_load_properties() } property_get("ro.product.device", device); - INFO("Found radio id: %s data %s setting build properties for %s device\n", radio, fstype, device); + INFO("Found radio id: %s, setting build properties for %s device\n", radio, device); } |
