commit | 50f0a9df275b81096fbc0878c6deb5d99311549e | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <m.chehab@samsung.com> | Sat Dec 28 08:23:30 2013 -0300 |
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | Sun Jan 12 11:56:40 2014 -0200 |
tree | 74e85d89fd5add01aa95eb2fbe9f05962d296ace | |
parent | e63b009d6e772e3fe6df39345ca2f8949d4497e6 [diff] |
[media] em28xx-i2c: cleanup I2C debug messages The I2C output messages is too polluted. Clean it a little bit, by: - use the proper core support for memory dumps; - hide most stuff under the i2c_debug umbrella; - add the missing KERN_CONT where needed; - use 2 levels or verbosity. Only the second one will show the I2C transfer data. Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>