@@ -2202,7 +2202,7 @@ static bool ata_identify_page_supported(struct ata_device *dev, u8 page)
2202
2202
* for drives which implement this ATA level or above.
2203
2203
*/
2204
2204
if (ata_id_major_version (dev -> id ) >= 10 )
2205
- ata_dev_warn (dev ,
2205
+ ata_dev_notice (dev ,
2206
2206
"ATA Identify Device Log not supported\n" );
2207
2207
dev -> horkage |= ATA_HORKAGE_NO_ID_DEV_LOG ;
2208
2208
return false;
@@ -2274,7 +2274,7 @@ static void ata_dev_config_ncq_send_recv(struct ata_device *dev)
2274
2274
unsigned int err_mask ;
2275
2275
2276
2276
if (!ata_log_supported (dev , ATA_LOG_NCQ_SEND_RECV )) {
2277
- ata_dev_warn (dev , "NCQ Send/Recv Log not supported\n" );
2277
+ ata_dev_notice (dev , "NCQ Send/Recv Log not supported\n" );
2278
2278
return ;
2279
2279
}
2280
2280
err_mask = ata_read_log_page (dev , ATA_LOG_NCQ_SEND_RECV ,
@@ -2299,8 +2299,8 @@ static void ata_dev_config_ncq_non_data(struct ata_device *dev)
2299
2299
unsigned int err_mask ;
2300
2300
2301
2301
if (!ata_log_supported (dev , ATA_LOG_NCQ_NON_DATA )) {
2302
- ata_dev_warn (dev ,
2303
- "NCQ Send/Recv Log not supported\n" );
2302
+ ata_dev_notice (dev ,
2303
+ "NCQ Send/Recv Log not supported\n" );
2304
2304
return ;
2305
2305
}
2306
2306
err_mask = ata_read_log_page (dev , ATA_LOG_NCQ_NON_DATA ,
@@ -2953,14 +2953,14 @@ int ata_dev_configure(struct ata_device *dev)
2953
2953
if (ata_id_is_cfa (id )) {
2954
2954
/* CPRM may make this media unusable */
2955
2955
if (id [ATA_ID_CFA_KEY_MGMT ] & 1 )
2956
- ata_dev_warn (dev ,
2956
+ ata_dev_notice (dev ,
2957
2957
"supports DRM functions and may not be fully accessible\n" );
2958
2958
snprintf (revbuf , 7 , "CFA" );
2959
2959
} else {
2960
2960
snprintf (revbuf , 7 , "ATA-%d" , ata_id_major_version (id ));
2961
2961
/* Warn the user if the device has TPM extensions */
2962
2962
if (ata_id_has_tpm (id ))
2963
- ata_dev_warn (dev ,
2963
+ ata_dev_notice (dev ,
2964
2964
"supports DRM functions and may not be fully accessible\n" );
2965
2965
}
2966
2966
@@ -3115,8 +3115,8 @@ int ata_dev_configure(struct ata_device *dev)
3115
3115
}
3116
3116
3117
3117
if ((dev -> horkage & ATA_HORKAGE_FIRMWARE_WARN ) && print_info ) {
3118
- ata_dev_warn (dev , "WARNING: device requires firmware update to be fully functional\n" );
3119
- ata_dev_warn (dev , " contact the vendor or visit http://ata.wiki.kernel.org\n" );
3118
+ ata_dev_notice (dev , "WARNING: device requires firmware update to be fully functional\n" );
3119
+ ata_dev_notice (dev , " contact the vendor or visit http://ata.wiki.kernel.org\n" );
3120
3120
}
3121
3121
3122
3122
return 0 ;
0 commit comments