
<     table = fib6_get_table(net, tb_id);
---
>     table = fib6_get_table(net, tb_id);
>     if (!table)
>         goto err_no_table;
> 
> /* Add at the end of the function: */
> err_no_table:
>     return -EINVAL;
