ahci_platform: use dev_info() instead of printk()
authorJingoo Han <jg1.han@samsung.com>
Sat, 5 Oct 2013 00:15:59 +0000 (09:15 +0900)
committerTejun Heo <tj@kernel.org>
Mon, 7 Oct 2013 19:17:39 +0000 (15:17 -0400)
commit0fed4c09dca6820adaee28e55cd4283e74d029cd
tree3a62a885c7c36a4e5d976dd2005d5e9c33ee5c3d
parentd2782d96f3d85e85742364b85db63763918a4e1c
ahci_platform: use dev_info() instead of printk()

Change "raw" printk() call to dev_info() to provide a better
message to userspace so it can properly identify the device
and not just have to guess.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
drivers/ata/ahci_platform.c