commit | 06d39592131891e5160f163aeffd617506197110 | [log] [tgz] |
---|---|---|
author | Kuo-Jung Su <dantesu@faraday-tech.com> | Mon Dec 30 17:20:57 2013 +0800 |
committer | Heiko Schocher <hs@denx.de> | Mon Jan 13 08:18:38 2014 +0100 |
tree | f46847b96745ec148668c00e26098d4bdeca4a82 | |
parent | 7ef0036e93631ff46d7a31dafa9c9d4ed9da297e [diff] |
i2c: fti2c010: fix compiler warning on paddr[] This fixes the following compiler warnings: fti2c010.c: In function 'fti2c010_read': fti2c010.c:204:8: warning: 'paddr' may be used uninitialized in this function [-Wuninitialized] fti2c010.c: In function 'fti2c010_write': fti2c010.c:266:8: warning: 'paddr' may be used uninitialized in this function [-Wuninitialized] Signed-off-by: Kuo-Jung Su <dantesu@faraday-tech.com> Cc: Heiko Schocher <hs@denx.de>