commit | 7f7cce74105adf714bdc9357da3b6f06e019958c | [log] [tgz] |
---|---|---|
author | Alexander Gordeev <[email protected]> | Wed Jan 12 17:00:52 2011 -0800 |
committer | Linus Torvalds <[email protected]> | Thu Jan 13 08:03:19 2011 -0800 |
tree | 1fcb692726c5bf91280bcac5a65584eddcd93bf6 | |
parent | 5e196d34a776420278e4117b4742cd9d3f2350ed [diff] |
pps: convert printk/pr_* to dev_* Since we now have direct pointers to struct pps_device everywhere it's easy to use dev_* functions to print messages instead of plain printks. Where dev_* cannot be used printks are converted to pr_*. Signed-off-by: Alexander Gordeev <[email protected]> Acked-by: Rodolfo Giometti <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>