commit | dfe1ea8fc49b93ab2bfaad67046c659a0dae708f | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Tue Jun 18 10:26:11 2013 +0200 |
committer | Stefan Hajnoczi <stefanha@redhat.com> | Mon Jun 24 10:25:16 2013 +0200 |
tree | 5f953b884e1776ddf1f7a71ead5ffc0e0f722278 | |
parent | ff3526773080de2840481ec237db13ae3cbc7166 [diff] |
ide: Clean up ide_exec_cmd() All commands are now converted to ide_cmd_table handlers, so it can be unconditional now and the old switch block can go. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>