commit | e6af3859896436b643ddbae58979b89d5b2815ca | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Tue Apr 15 13:26:34 2014 +0900 |
committer | Tom Rini <trini@ti.com> | Thu Jun 19 11:18:43 2014 -0400 |
tree | 366a6bd6eaf5c0e794837589d6fe5b64032f9071 | |
parent | af67b25250e5dd636a844d869bba8ce698422145 [diff] |
freescale: m5253demo: fix unused-but-set-variable warnings Fix the following warning messages: In function 'flash_erase': 180:21: warning: variable 'last' set but not used [-Wunused-but-set-variable] In function 'write_buff': 322:10: warning: variable 'port_width' set but not used [-Wunused-but-set-variable] Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: TsiChung Liew <Tsi-Chung.Liew@freescale.com>