]> Pileus Git - ~andy/linux/commit
i2c: tegra: remove warning dump if timeout happen in transfer
authorLaxman Dewangan <ldewangan@nvidia.com>
Thu, 14 Feb 2013 12:43:33 +0000 (18:13 +0530)
committerWolfram Sang <wolfram@the-dreams.de>
Fri, 15 Feb 2013 20:08:29 +0000 (21:08 +0100)
commit58823c72f6b95414fa11cb8a0e5f1d0e548c2f34
tree225ecd21db05c34bbe7a1f608a8ca8e8046ceb23
parent724d5edac76d8c9a4198b74c80286df38ed81679
i2c: tegra: remove warning dump if timeout happen in transfer

If timeout error occurs in the i2c transfer then it was dumping warning
of call stack.

Remove the warning dump as there is may be possibility that some slave
devices are busy and not responding the i2c communication.

Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Signed-off-by: Wolfram Sang <wolfram@the-dreams.de>
drivers/i2c/busses/i2c-tegra.c