From: Daniele Di Proietto Date: Mon, 3 Feb 2014 22:08:29 +0000 (-0800) Subject: openvswitch: avoid cast-qual warning in vport_priv X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~201^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07dc0602c5976cfc36ccffe5c6d73234f204d585;p=pandora-kernel.git openvswitch: avoid cast-qual warning in vport_priv This function must cast a const value to a non const value. By adding an uintptr_t cast the warning is suppressed. To avoid the cast (proper solution) several function signatures must be changed. Signed-off-by: Daniele Di Proietto Signed-off-by: Jesse Gross --- Reading git-diff-tree failed