commit | 50e4fe91a5edbf680853b2ca37300a47ff860d63 | [log] [tgz] |
---|---|---|
author | Tilman Schmidt <tilman@imap.cc> | Sun Oct 25 09:30:57 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Oct 29 01:37:18 2009 -0700 |
tree | 1b361226a74b6fd3f2d7819507fb3154c43a6107 | |
parent | c35a87ff6678f92b12437843e88f9c89437ed4a7 [diff] |
gigaset: convert strcmp chain to table lookup Replace the sequence of strcmp calls for interpreting ZSAU parameter strings by a table of known strings and lookup loop to improve readability. Impact: readability improvement, no functional change Signed-off-by: Tilman Schmidt <tilman@imap.cc> Signed-off-by: David S. Miller <davem@davemloft.net>