|
@@ -284,8 +284,8 @@ int ese_cold_reset_ioctl(struct nfc_dev *nfc_dev, unsigned long arg)
|
|
/* free buffers and exit with pass */
|
|
/* free buffers and exit with pass */
|
|
goto err;
|
|
goto err;
|
|
}
|
|
}
|
|
- /* Temp fix to avoid compilation issues */
|
|
|
|
- break;
|
|
|
|
|
|
+ fallthrough;
|
|
|
|
+
|
|
case ESE_COLD_RESET_PROTECT_DIS:
|
|
case ESE_COLD_RESET_PROTECT_DIS:
|
|
|
|
|
|
if (nfc_dev->cold_reset.is_crp_en &&
|
|
if (nfc_dev->cold_reset.is_crp_en &&
|