Any time that a transaction with the chip times out log it as an error.
BUG=chrome-os-partner:14465
TEST=none.
Change-Id: I5b08a9c64d3ae8d48107b193604c6c751bf67499
Signed-off-by: Dylan Reid <dgreid@chromium.org>
Reviewed-on: https://gerrit.chromium.org/gerrit/39982
(cherry picked from commit
eb5fb55122a5d725217a6d34bcae91bacaa53958)
Reviewed-on: https://gerrit.chromium.org/gerrit/41581
} while (time_before(jiffies, timeout));
CTASSERT(0);
+ printk(KERN_ERR"CA0132 chipio timed out %x %x\n", reg, data);
return -1;
}