commit | 2ce5b34fd519275d788338ae692e4b71df6661d4 | [log] [tgz] |
---|---|---|
author | David Brownell <dbrownell@users.sourceforge.net> | Sun Aug 10 22:56:16 2008 +0200 |
committer | Jean Delvare <khali@mahadeva.delvare> | Sun Aug 10 22:56:16 2008 +0200 |
tree | 5fe721f6c89eb2dcc344123cf38ec547f59852ec | |
parent | c1159f9e8927f5732c19816a605926bc76c498b2 [diff] |
i2c: correct some size_t printk formats Fix various printk format strings where %zd was passed a size_t; those should be %zu instead. (Courtesy of a version of GCC which warns when these details are wrong.) Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Jean Delvare <khali@linux-fr.org>