|
@@ -24,7 +24,7 @@
|
|
|
#include <linux/libata.h>
|
|
|
|
|
|
#define DRV_NAME "pata_hpt37x"
|
|
|
-#define DRV_VERSION "0.6.18"
|
|
|
+#define DRV_VERSION "0.6.19"
|
|
|
|
|
|
struct hpt_clock {
|
|
|
u8 xfer_speed;
|
|
@@ -229,8 +229,8 @@ static int hpt_dma_blacklisted(const struct ata_device *dev, char *modestr,
|
|
|
|
|
|
while (list[i] != NULL) {
|
|
|
if (!strcmp(list[i], model_num)) {
|
|
|
- printk(KERN_WARNING DRV_NAME ": %s is not supported for %s.\n",
|
|
|
- modestr, list[i]);
|
|
|
+ pr_warning(DRV_NAME ": %s is not supported for %s.\n",
|
|
|
+ modestr, list[i]);
|
|
|
return 1;
|
|
|
}
|
|
|
i++;
|