Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Input: yealink - define packet offset __be16 instead of u16
sparse says warning: incorrect type in assignment (different base types) expected unsigned short [unsigned] [usertype] offset got restricted __be16 [usertype] <noident> for every usage of cpu_to_be16 in yealink.c. Defining it __be16 in the first place shouldn't hurt. Signed-off-by: Martin Kepplinger <[email protected]> Signed-off-by: [email protected] Signed-off-by: Dmitry Torokhov <[email protected]>
- Loading branch information