ISDN: Pass around struct isdn_slot directly
The common way in the kernel is to pass around the struct (e.g. struct net_device), and leave the user the possibility to add its private data using ::priv, so do it the same way when accessing an ISDN channel.
Showing
Please register or sign in to comment