commit | 2e98b1fd8ca4bc70272dc56c321c6c08508fbeb7 | [log] [tgz] |
---|---|---|
author | Henrik Brix Andersen <hebad@vestas.com> | Tue Oct 24 22:16:11 2023 +0200 |
committer | Chris Friedt <chrisfriedt@gmail.com> | Thu Oct 26 09:34:14 2023 -0400 |
tree | 180976dccc26a28e211cfb15096c858faca1d085 | |
parent | 13072b4c7b43d239d41cfc6e5d4d2bc9440a9287 [diff] |
drivers: can: be consistent in filter_id checks when removing rx filters Change the CAN controller driver implementations for the can_remove_rx_filter() API call to be consistent in their validation of the supplied filter_id. Fixes: #64398 Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>