Switch linux-core from using dev->pdev->driver->name to
authorJon Smirl <jonsmirl@yahoo.com>
Wed, 20 Oct 2004 05:11:49 +0000 (05:11 +0000)
committerJon Smirl <jonsmirl@yahoo.com>
Wed, 20 Oct 2004 05:11:49 +0000 (05:11 +0000)
commit7ebbebf3d3a3af3c363a1396d737d5a61634124b
tree9ced0d913d66ea55bd06f9f0a21619875ee494e8
parent5ae6c5af751780fbf424b848aa2355bc303a5b73
Switch linux-core from using dev->pdev->driver->name to
    dev->driver->pci_driver.name. This avoids the stealth mode case where
    pdev is pointing to the wrong driver or no driver.
linux-core/drm_ioctl.c
linux-core/drm_proc.c
linux-core/drm_stub.c