commit | 5c80992e8ff8acf13048559d431227d1e10541a1 | [log] [tgz] |
---|---|---|
author | A Sun <[email protected]> | Sun Mar 26 16:04:51 2017 -0300 |
committer | Mauro Carvalho Chehab <[email protected]> | Tue Jun 06 08:31:11 2017 -0300 |
tree | c7b2bda3cfa29694ce06b5fb01624c24bb24ca66 | |
parent | 8e175b22e8640bf3a58e071af54190b909e4a944 [diff] |
[media] mceusb: fix inaccurate debug buffer dumps, and misleading debug messages Some dev_dbg messages are misleading. Some dev_dbg messages have inconsistent formatting. mceusb_dev_printdata() prints incorrect range of bytes (0 to len) in buffer which the driver will actually process next. Signed-off-by: A Sun <[email protected]> Signed-off-by: Sean Young <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>