Fix legacy error messages.
Signed-off-by: Michal Mielewczyk <michal.mielewczyk@intel.com>
This commit is contained in:
parent
0d663a37f1
commit
49c87c9527
@ -111,13 +111,13 @@ static int __init cas_init_module(void)
|
|||||||
result = cas_casdisk_lookup_funtions();
|
result = cas_casdisk_lookup_funtions();
|
||||||
if (result) {
|
if (result) {
|
||||||
printk(KERN_ERR OCF_PREFIX_SHORT
|
printk(KERN_ERR OCF_PREFIX_SHORT
|
||||||
"Could not find inteldisk functions.\n");
|
"Could not find cas_disk functions.\n");
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (casdisk_functions.casdsk_get_version() != CASDSK_IFACE_VERSION) {
|
if (casdisk_functions.casdsk_get_version() != CASDSK_IFACE_VERSION) {
|
||||||
printk(KERN_ERR OCF_PREFIX_SHORT
|
printk(KERN_ERR OCF_PREFIX_SHORT
|
||||||
"Incompatible inteldisk module\n");
|
"Incompatible cas_disk module\n");
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user