• Paul Mackerras's avatar
    [PATCH] USB: small fix to pegasus.c · 938c0a85
    Paul Mackerras authored
    Using cpu_to_le16p on a __u8 variable is wrong, and gives a compile
    warning on PPC.  It's better to use cpu_to_le16 in this case.  Here is
    a patch to fix it.  Please apply.
    938c0a85
pegasus.c 31.7 KB