Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
genetlink: Make family a signed integer.
The idr_alloc(), idr_remove(), et al. routines all expect IDs to be signed integers. Therefore make the genl_family member 'id' signed too. Signed-off-by: David S. Miller <davem@davemloft.net>
- Loading branch information