Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 809482
Collapse All | Expand All

(-)a/kernel/common/inc/nv-time.h (-1 / +1 lines)
Lines 205-211 Link Here
205
        // the requested timeout has expired, loop until less
205
        // the requested timeout has expired, loop until less
206
        // than a jiffie of the desired delay remains.
206
        // than a jiffie of the desired delay remains.
207
        //
207
        //
208
        current->state = TASK_INTERRUPTIBLE;
208
        current->__state = TASK_INTERRUPTIBLE;
209
        do
209
        do
210
        {
210
        {
211
            schedule_timeout(jiffies);
211
            schedule_timeout(jiffies);
(-)a/kernel/nvidia-drm/nvidia-drm-drv.c (-3 lines)
Lines 865-873 Link Here
865
865
866
    dev->dev_private = nv_dev;
866
    dev->dev_private = nv_dev;
867
    nv_dev->dev = dev;
867
    nv_dev->dev = dev;
868
    if (device->bus == &pci_bus_type) {
869
        dev->pdev = to_pci_dev(device);
870
    }
871
868
872
    /* Register DRM device to DRM sub-system */
869
    /* Register DRM device to DRM sub-system */
873
870

Return to bug 809482