greybus: loopback_test: Fix -z argument bug
authorRyan Lim <limryan@google.com>
Wed, 20 Jul 2016 15:14:03 +0000 (08:14 -0700)
committerGreg Kroah-Hartman <gregkh@google.com>
Wed, 20 Jul 2016 18:23:03 +0000 (11:23 -0700)
commitbf32654a24441230fac32479b6a5ba8bbfc3b731
treecf7d4a9b2d378e9dec043b555b7940a57c0758d9
parent2861e2079081a156b0b731e1f6acb2aaf5605c5e
greybus: loopback_test: Fix -z argument bug

The -z argument was missing the break statement needed in the switch
block and was not in the getopt list.

Signed-off-by: Ryan Lim <limryan@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/tools/loopback_test.c