Closed
Description
We need to pin the memory so that our Mfrc522Driver
can take ownership of the registration. Without taking ownership, the registration is dropped at the end of the init
function.
To take ownership, we need the registration to be Sync
. This will unregister it only when unloading the module.
Activity