remove unneeded load call

main
Dave Airlie 2008-03-10 18:30:17 +10:00
parent 2848f04861
commit 07ba3b7193
1 changed files with 0 additions and 5 deletions

View File

@ -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");