mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-27 19:50:13 +01:00
remove unneeded load call
This commit is contained in:
parent
2848f04861
commit
07ba3b7193
1 changed files with 0 additions and 5 deletions
|
|
@ -157,11 +157,6 @@ static int drm_fill_in_dev(struct drm_device * dev, struct pci_dev *pdev,
|
|||
}
|
||||
}
|
||||
|
||||
if (dev->driver->load)
|
||||
if ((retcode = dev->driver->load(dev, ent->driver_data)))
|
||||
goto error_out_unreg;
|
||||
|
||||
|
||||
retcode = drm_ctxbitmap_init(dev);
|
||||
if (retcode) {
|
||||
DRM_ERROR("Cannot allocate memory for context bitmap.\n");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue