NFC: driver: correcting prints

corrected few prints and variable names.

Change-Id: Ic870a46eedde3a85d668cf4f13c99d94353a195a
Этот коммит содержится в:
Mallikarjun S T
2022-09-14 12:13:43 +05:30
коммит произвёл Gerrit - the friendly Code Review server
родитель 4e09540972
Коммит a3c87684dc
2 изменённых файлов: 7 добавлений и 7 удалений

Просмотреть файл

@@ -427,7 +427,7 @@ int nfc_i2c_dev_probe(struct i2c_client *client, const struct i2c_device_id *id)
else {
nfc_dev->secure_zone = true;
}
pr_info("%s:nfc_dev->secure_zone = %s", __func__, nfc_dev->secure_zone ? "true" : "false");
pr_info("%s:nfc secure_zone = %s", __func__, nfc_dev->secure_zone ? "true" : "false");
}else {
nfc_post_init(nfc_dev);
}