intelfb: remove some dead code
The goto on the line before means the return is unreachable. The goto also returns -ENODEV so no changes are needed there. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
This commit is contained in:
Родитель
64a9de8f07
Коммит
7bc1dc7174
|
@ -529,7 +529,6 @@ static int __devinit intelfb_pci_register(struct pci_dev *pdev,
|
|||
if (fb_alloc_cmap(&info->cmap, 256, 1) < 0) {
|
||||
ERR_MSG("Could not allocate cmap for intelfb_info.\n");
|
||||
goto err_out_cmap;
|
||||
return -ENODEV;
|
||||
}
|
||||
|
||||
dinfo = info->par;
|
||||
|
|
Загрузка…
Ссылка в новой задаче