]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
i2c: tegra: dump alen in debug statements
authorStephen Warren <swarren@nvidia.com>
Wed, 25 Jun 2014 16:57:29 +0000 (10:57 -0600)
committerHeiko Schocher <hs@denx.de>
Thu, 3 Jul 2014 04:29:39 +0000 (06:29 +0200)
commitad3091ad03e39f88c0bcc566c7a691c4475e2c40
treed5223b9f5044f03b23c30889a4c7289f07d87bd8
parent981b14f01ae79f85eae3dc6873456abd08de2d86
i2c: tegra: dump alen in debug statements

Since tegra_i2c_{read,write}'s debug() call dumps the chip address, dump
the address length (alen) too, so the address value can be correctly
interpreted.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Reviewed-by: Yen Lin <yelin@nvidia.com>
drivers/i2c/tegra_i2c.c