am b51fc0b2: Merge "adb tab completion: remove extraneous state"

* commit 'b51fc0b2f99c1bd53c4c9b635d416b76eaa50838':
  adb tab completion: remove extraneous state
diff --git a/bash_completion/adb.bash b/bash_completion/adb.bash
index c1793d9..397de8e 100644
--- a/bash_completion/adb.bash
+++ b/bash_completion/adb.bash
@@ -43,9 +43,7 @@
             *)
                 if [[ $where == OPT_SERIAL ]]; then
                     where=OPT_SERIAL_ARG
-                elif [[ $where == OPT_SERIAL_ARG ]]; then
                     serial=${cur}
-                    where=OPTIONS
                 else
                     where=COMMAND
                     break