From: Rajesh Borundia Date: Fri, 19 Apr 2013 07:01:08 +0000 (+0000) Subject: qlcnic: Change 82xx adapter VLAN id endian type. X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~65^2~87^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f80bc8fe6d44f1f0ebd90d4e698189c5b9ad25e7;p=pandora-kernel.git qlcnic: Change 82xx adapter VLAN id endian type. o 82xx adapter requires VLAN id in little endian format. Instead of passing vlan id parameter as __le16, pass the parameter as u16 and use cpu_to_le16 at appropriate places. Signed-off-by: Rajesh Borundia Signed-off-by: David S. Miller --- Reading git-diff-tree failed