From: Antti Palosaari Date: Thu, 11 Dec 2014 18:44:51 +0000 (-0300) Subject: [media] cx23885: fix I2C scan printout X-Git-Tag: fixes-v4.0-rc1~147^2~233 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93009ca673394f0bfb99aa8d8e76f3581a2b38e8;p=pandora-kernel.git [media] cx23885: fix I2C scan printout 1) I2C slave addresses were printed so called 8-bit format. Use standard 7-bit notation. 2) I2C slave address was printed with hex formatted without leading zeros, which makes output one digit shorter in a case of address fit to one hex digit. Use 4 char wide hex number with leading zeros as usually used for I2C slave addresses. Signed-off-by: Antti Palosaari Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed