commit | ff702eb8d9c8ca293e7f0343dd38b718d58815b0 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@redhat.com> | Sat Mar 09 15:54:46 2013 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Thu Mar 21 07:47:18 2013 -0300 |
tree | d6b5b1ac7e62b1758c1063dd3a32ecc584c01502 | |
parent | eab0fa0f04317c7bb50f87d6b410d8ad6e2c2888 [diff] |
[media] siano: split debug logic from the status update routine It is confusing to merge both status updates with debug stuff. Also, it is a better idea to move those status updates to debugfs, instead of doing a large amount of printk's like that. So, break them into a separate block of routines. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>