• Alexander Viro's avatar
    [PATCH] paride cleanup and fixes (25/25) · 0968e60c
    Alexander Viro authored
    paride has a ->private field for use by low-level drivers.  It's not
    64bit-clean - it's int, but is used to store a pointer (bpck6).
    Fix: replace with unsigned long, update typecasts in users.
    0968e60c
frpw.c 7.25 KB