commit | 51b54ba9bb16b9fc28ec88006778d330af00bf8b | [log] [tgz] |
---|---|---|
author | Jean Delvare <khali@linux-fr.org> | Sun Oct 24 18:16:58 2010 +0200 |
committer | Jean Delvare <khali@endymion.delvare> | Sun Oct 24 18:16:58 2010 +0200 |
tree | d6d6da1639ada491d731d7452f6fc9272451944e | |
parent | d57558d0f3b41bb260aaa327150d49f1810461f5 [diff] |
i2c: Optimize function i2c_detect() Check the class flags before allocating the temporary i2c_client structure, to avoid allocating it when we don't need it. Also optimize the inner loop a bit. Signed-off-by: Jean Delvare <khali@linux-fr.org> Cc: Jacob Pan <jacob.jun.pan@linux.intel.com>