commit | 5fa9a0ae49a01536a403f38e39222c3e8cc964c5 | [log] [tgz] |
---|---|---|
author | Stefan Weil <weil@mail.berlios.de> | Mon Oct 19 21:03:26 2009 +0200 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Tue Oct 27 12:28:34 2009 -0500 |
tree | 5b29c29be2bb881a898ee75f001def6a871fdcf3 | |
parent | f669df275ca837fda5f73fdfb01985e3207aa6d7 [diff] |
eepro100: Restructure code This patch only moves about 150 lines of code from function eepro100_cu_command to a new function action_command. A goto statement was replaced by a for loop. There are no functional changes. Nor did I change comments starting with // (they will be removed by future patches). Signed-off-by: Stefan Weil <weil@mail.berlios.de> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>