commit | 26f590e674d3ecf7517148fdb62d2983469bd993 | [log] [tgz] |
---|---|---|
author | Barry Song <21cnbao@gmail.com> | Mon Sep 07 03:08:55 2015 +0000 |
committer | Wolfram Sang <wsa@the-dreams.de> | Tue Oct 20 17:38:19 2015 +0200 |
tree | 4b2b1899a8d14c4d5fc57f94f0de89db8fe2058e | |
parent | 35780e860f7d4a5f33f6ceadf09038ee26f1ef43 [diff] |
i2c: tegra: drop duplicated code for assigning algo This code is repeated in probe: i2c_dev->adapter.algo = &tegra_i2c_algo; Cc: Donglin Peng <pengdonglin137@163.com> Signed-off-by: Barry Song <21cnbao@gmail.com> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>