commit | f96cffd77b014944fd0d855cf56b2b5724fafb0d | [log] [tgz] |
---|---|---|
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | Tue Oct 18 20:53:35 2016 -0200 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Oct 21 10:05:34 2016 -0200 |
tree | d61e36fdb4b79aef7df01d089af85511c8b1b1c1 | |
parent | 2a3edc5d55c23ee7e2c7fa662ac76cc41863c7a4 [diff] |
[media] firewire: use dev_dbg() instead of printk() A structure for firedtv (struct firedtv) has a member for a pointer to struct device. In this case, we can use dev_dbg() for debug printing. This is more preferrable behaviour in device driver development. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Acked-by: Stefan Richter <stefanr@s5r6.in-berlin.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>