Fixing crash in case of leaving Type3 Tag soon after activation.

This is side effect of below error handling patch. In this case nfc library cannot go out of semaphore(sCheckNdefSem).
https://android.googlesource.com/platform/system/nfc/+/45c45b8d7ca281f0f9243d047ab6dfa9f94ed598

To get sem_post, add deactivation when there is an error of RF_T3T_INTF_ERROR_EVT.

Bug: 175808133

Test: manual - below sequence
1. close Type3 Tag to phone
2. leave Tag soon after(during CheckNDef) activation
3. check if crash occurs or not

Signed-off-by: Akihiro Morohashi <Akihiro.Morohashi@sony.com>
Change-Id: I550d26014fe187c367196ccb38097e0408a24304
1 file changed