projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68118e0
)
i2c: mux: reg: rename label to indicate what it does
author
Peter Rosin
<peda@axentia.se>
Mon, 15 May 2017 16:48:55 +0000
(18:48 +0200)
committer
Peter Rosin
<peda@axentia.se>
Mon, 15 May 2017 16:49:10 +0000
(18:49 +0200)
That maintains sanity if it is ever called from some other spot, and
also makes the label names coherent.
Signed-off-by: Peter Rosin <peda@axentia.se>
drivers/i2c/muxes/i2c-mux-reg.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/i2c/muxes/i2c-mux-reg.c
b/drivers/i2c/muxes/i2c-mux-reg.c
index 11974e3cd1e5522e5ed537f56abee0d0aa9be463..d97031804de8b477e9e77da0b2b31bb1abdcc907 100644
(file)
--- a/
drivers/i2c/muxes/i2c-mux-reg.c
+++ b/
drivers/i2c/muxes/i2c-mux-reg.c
@@
-228,7
+228,7
@@
static int i2c_mux_reg_probe(struct platform_device *pdev)
ret = i2c_mux_add_adapter(muxc, nr, mux->data.values[i], class);
if (ret)
- goto
add_adapter_failed
;
+ goto
err_del_mux_adapters
;
}
dev_dbg(&pdev->dev, "%d port mux on %s adapter\n",
@@
-236,7
+236,7
@@
static int i2c_mux_reg_probe(struct platform_device *pdev)
return 0;
-
add_adapter_failed
:
+
err_del_mux_adapters
:
i2c_mux_del_adapters(muxc);
err_put_parent:
i2c_put_adapter(parent);