From: Sean MacLennan Date: Wed, 28 May 2014 15:19:00 +0000 (-0400) Subject: staging: r8192e_pci: fix htons error X-Git-Tag: omap-for-v3.16/fixes-against-rc1~112^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9326c5ca0982f548cc08c0cffb14dcbd020f3d43;p=pandora-kernel.git staging: r8192e_pci: fix htons error A sparse error fixup removed a htons() which is required for the driver to function. This patch puts the htons() back and fixes the sparse warning correctly by changing the left side cast. Signed-off-by: Sean MacLennan Cc: stable # 3.14 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed