diff options
author | Lee Jones <lee.jones@linaro.org> | 2013-07-19 13:19:58 (GMT) |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2013-09-02 09:22:46 (GMT) |
commit | 02a0bf6e351de6bcda4ddeeb2af34197a4e6d591 (patch) | |
tree | cb00fb213948d9e5df867dffa4543b2b8cd573f3 /drivers/mfd/rts5229.c | |
parent | d551c4c43ccac3ef272e10ac23a64eaac16c23fd (diff) | |
download | linux-fsl-qoriq-02a0bf6e351de6bcda4ddeeb2af34197a4e6d591.tar.xz |
mfd: ucb1x00-core: Rewrite ucb1x00_add_dev()
Error handling is on-its-head in this function. After invoking a function we
should examine the return code and return the error value if there was one.
Instead, this function checks for success and goes onto provide functionality
if success was received. Not so bad in a simple function like this, but in
a more complex one this could end up drowning in curly brackets.
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/rts5229.c')
0 files changed, 0 insertions, 0 deletions