Commit 40d69ba029c8d5de51aaeb5358999266c482d00a
("pata_hpt{37x|3x2n}: use pr_*(DRV_NAME ...) instead of printk(KERN_* ...)")
used pr_<level>.
Add #define pr_fmt and remove DRV_NAME.
Increment driver version numbers.
Signed-off-by: Joe Perches<joe@xxxxxxxxxxx>
---
On Mon, 2011-01-31 at 19:04 +0300, Sergei Shtylyov wrote:
Could you also increment the driver versions?
At some point, the driver version is not very useful.
You might consider removing them altogether.
cheers, Joe
drivers/ata/pata_hpt366.c | 7 ++++---
drivers/ata/pata_hpt37x.c | 23 ++++++++++++-----------
drivers/ata/pata_hpt3x2n.c | 13 +++++++------
3 files changed, 23 insertions(+), 20 deletions(-)