Searched hist:dccacbe01968f9e682cb1dc9b7d43c831897cbec (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/i2c/ |
| H A D | fti2c010.c | dccacbe01968f9e682cb1dc9b7d43c831897cbec Mon Dec 30 09:20:57 UTC 2013 Kuo-Jung Su <dantesu@faraday-tech.com> 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>
|