Searched hist:d22925108e46491900815c9ec3c32122ead80d8e (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/board/freescale/mx53loco/ |
| H A D | mx53loco.c | d22925108e46491900815c9ec3c32122ead80d8e Fri Dec 28 04:05:28 UTC 2012 Fabio Estevam <fabio.estevam@freescale.com> mx53loco: Remove unneeded 'retval' variable
commit c73368150 (pmic: Extend PMIC framework to support multiple instances of PMIC devices) introduced an extra 'retval' variable, but this is not necessary since we have already the variable 'ret' in place.
So use 'ret' to store the return values from the pmic related calls and remove 'retval'.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
|