]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: gdm724x: fix incorrect type in assignment
authorJavier Rodriguez <jrodbar@yahoo.es>
Mon, 6 Feb 2017 17:19:32 +0000 (18:19 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Feb 2017 12:10:21 +0000 (13:10 +0100)
commitd3ea53c7a45ce45fb65e220a1d65209d5e3e3f6a
treea52441bda15444e1f352f31273e4d9384c4e9816
parentcd47e4d69abfd5a3e85ba4ff282db5acfffd6fc2
staging: gdm724x: fix incorrect type in assignment

Fix sparse warning issue.

drivers/staging/gdm724x/gdm_lte.c:201:33: warning: incorrect type in assignment (different base types)
drivers/staging/gdm724x/gdm_lte.c:201:33:    expected unsigned int [unsigned] [addressable] [usertype] ph_len
drivers/staging/gdm724x/gdm_lte.c:201:33:    got restricted __be16 [usertype] payload_len

Signed-off-by: Javier Rodriguez <jrodbar@yahoo.es>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/gdm724x/gdm_lte.c