mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-30 08:02:30 +00:00
mfd: timberdale: Remove redundant break
break after goto is unreachable. Delete it. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>
This commit is contained in:
parent
4eaf415762
commit
624362676c
1 changed files with 0 additions and 1 deletions
|
@ -781,7 +781,6 @@ static int timb_probe(struct pci_dev *dev,
|
||||||
priv->fw.major, priv->fw.minor, ip_setup);
|
priv->fw.major, priv->fw.minor, ip_setup);
|
||||||
err = -ENODEV;
|
err = -ENODEV;
|
||||||
goto err_mfd;
|
goto err_mfd;
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (err) {
|
if (err) {
|
||||||
|
|
Loading…
Reference in a new issue