staging: ozwpan: Fix incorrect type in assignments
authorMelike Yurtoglu <aysemelikeyurtoglu@gmail.com>
Sun, 26 Oct 2014 21:55:22 +0000 (23:55 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 28 Oct 2014 08:19:02 +0000 (16:19 +0800)
commit43f61da20769923f951ded489b3b2de2e5dc0e3f
treefa04207a64c3cf1d525b04b60a4b906e037b5727
parent353fdf17060b15d1d857899cd3ed9d5db4818acf
staging: ozwpan: Fix incorrect type in assignments

This patch fixes following sparse warnings:
drivers/staging/ozwpan/ozhcd.c:1917:35: warning: incorrect type in
assignment (different base types)
drivers/staging/ozwpan/ozhcd.c:1917:35:    expected restricted __le16
[usertype] wHubCharacteristics
drivers/staging/ozwpan/ozhcd.c:1917:35:    got unsigned short [unsigned]
[usertype] <noident>

Signed-off-by: Melike Yurtoglu <aysemelikeyurtoglu@gmail.com>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ozwpan/ozhcd.c
This page took 0.0244 seconds and 5 git commands to generate.