drivers: can: handlers: Remove unnecessary typecasts
Remove unnecessary typecasts from from z_vrfy_can_remove_rx_filter(). Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
parent
422a2a8204
commit
d64a02656d
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ static inline void z_vrfy_can_remove_rx_filter(const struct device *dev, int fil
|
|||
{
|
||||
Z_OOPS(Z_SYSCALL_DRIVER_CAN(dev, remove_rx_filter));
|
||||
|
||||
z_impl_can_remove_rx_filter((const struct device *)dev, (int)filter_id);
|
||||
z_impl_can_remove_rx_filter(dev, filter_id);
|
||||
}
|
||||
#include <syscalls/can_remove_rx_filter_mrsh.c>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue