From: Melike Yurtoglu Date: Sun, 26 Oct 2014 21:55:22 +0000 (+0200) Subject: staging: ozwpan: Fix incorrect type in assignments X-Git-Tag: omap-for-v3.20/drop-legacy-3517~70^2~882 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43f61da20769923f951ded489b3b2de2e5dc0e3f;p=pandora-kernel.git 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] Signed-off-by: Melike Yurtoglu Reviewed-by: Arnd Bergmann Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed