mirror of
https://github.com/torvalds/linux.git
synced 2024-12-24 11:51:27 +00:00
a9cc4cbcdf
At the beginning of the probe function, we have a call to
'request_muxed_region(BRA_SMB_BASE_ADDR, 7, "CEC00001")()'
A corresponding 'release_region()' is performed in the remove function but
is lacking in the error handling path.
Add it.
Fixes:
|
||
---|---|---|
.. | ||
Makefile | ||
seco-cec.c | ||
seco-cec.h |