commit | 02a0bf6e351de6bcda4ddeeb2af34197a4e6d591 | [log] [tgz] |
---|---|---|
author | Lee Jones <lee.jones@linaro.org> | Fri Jul 19 14:19:58 2013 +0100 |
committer | Lee Jones <lee.jones@linaro.org> | Mon Sep 02 10:22:46 2013 +0100 |
tree | cb00fb213948d9e5df867dffa4543b2b8cd573f3 | |
parent | d551c4c43ccac3ef272e10ac23a64eaac16c23fd [diff] |
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>