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

(-)work.old/kernel/nv-procfs.c (-2 / +4 lines)
Lines 356-362 Link Here
356
    registry_keys = ((nvl != NULL) ?
356
    registry_keys = ((nvl != NULL) ?
357
            nvl->registry_keys : nv_registry_keys);
357
            nvl->registry_keys : nv_registry_keys);
358
358
359
    return seq_printf(s, "Binary: \"%s\"\n", registry_keys);
359
    seq_printf(s, "Binary: \"%s\"\n", registry_keys);
360
    return 0;
360
}
361
}
361
362
362
static ssize_t
363
static ssize_t
Lines 552-558 Link Here
552
    void *v
553
    void *v
553
)
554
)
554
{
555
{
555
    return seq_puts(s, s->private);
556
    seq_puts(s, s->private);
557
    return 0;
556
}
558
}
557
559
558
NV_DEFINE_PROCFS_SINGLE_FILE(text_file);
560
NV_DEFINE_PROCFS_SINGLE_FILE(text_file);

Return to bug 565022