From: Jarno Rajahalme Date: Wed, 9 Jan 2013 22:27:35 +0000 (-0800) Subject: openvswitch: Change ENOENT return value to ENODEV in lookup_vport(). X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~65^2~435^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14408dba8440ef629a3a2827bc4c7b5045889295;p=pandora-kernel.git openvswitch: Change ENOENT return value to ENODEV in lookup_vport(). This reduces the number of valid "no such device" error values that need special attention by the caller. Userspace code will need to keep on checking for both ENODEV and ENOENT as long as older kernel modules are around. Signed-off-by: Jarno Rajahalme Signed-off-by: Jesse Gross --- Reading git-diff-tree failed