dpif-linux: Avoid logging error on ENOENT in dpif_linux_is_internal_device().
authorBen Pfaff <blp@nicira.com>
Fri, 8 Apr 2011 23:38:42 +0000 (16:38 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 11 Apr 2011 17:46:39 +0000 (10:46 -0700)
ENOENT can be returned if the kernel module isn't loaded.  If that's the
case then we've already logged that and there's no point in logging it
again.


No differences found