datapath: Make openvswitch_ioctl() have a single point of exit.
authorBen Pfaff <blp@nicira.com>
Wed, 17 Jun 2009 18:51:55 +0000 (11:51 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 6 Jul 2009 16:07:24 +0000 (09:07 -0700)
commite86c8696eb0bc62f4a4ae45df5715cee73533408
tree98c4a6cb830a9bdc944fe697964f1ed186a622a7
parent330a8abb28a997e8fe2b61cef8f1197d9807afeb
datapath: Make openvswitch_ioctl() have a single point of exit.

This makes it easier to insert debug printk() calls in a single place if
necessary, and conforms at least as well with Linux kernel style.
datapath/datapath.c