[PATCH] USB: small fix to pegasus.c
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.
Showing
Please register or sign in to comment