From: Daniele Di Proietto Date: Thu, 23 Jan 2014 18:56:49 +0000 (-0800) Subject: openvswitch: use const in some local vars and casts X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~201^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7085130bab2f9c5b8d61bff73b01dc8195d0f974;p=pandora-kernel.git openvswitch: use const in some local vars and casts In few functions, const formal parameters are assigned or cast to non-const. These changes suppress warnings if compiled with -Wcast-qual. Signed-off-by: Daniele Di Proietto Signed-off-by: Jesse Gross --- Reading git-diff-tree failed