mirror of https://gitee.com/openkylin/linux.git
video: vermilion: remove unnecessary break after goto
Cc: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com> Cc: Tomi Valkeinen <tomi.valkeinen@ti.com> Cc: Jingoo Han <jg1.han@samsung.com> Cc: linux-fbdev@vger.kernel.org Signed-off-by: Fabian Frederick <fabf@skynet.be> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
This commit is contained in:
parent
0842446462
commit
c76031f3ec
|
@ -481,7 +481,6 @@ static int vml_pci_probe(struct pci_dev *dev, const struct pci_device_id *id)
|
||||||
default:
|
default:
|
||||||
err = -ENODEV;
|
err = -ENODEV;
|
||||||
goto out_err_1;
|
goto out_err_1;
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
info = &vinfo->info;
|
info = &vinfo->info;
|
||||||
|
|
Loading…
Reference in New Issue