mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 09:41:44 +00:00
Staging: bcm: make major and minor signed
We assume that major is signed in register_control_device_interface(). Signed-off-by: Dan Carpenter <error27@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
bf58bd66f6
commit
785698e38d
@ -484,8 +484,8 @@ struct _MINI_ADAPTER
|
||||
BOOLEAN AutoSyncup;
|
||||
|
||||
struct net_device *dev;
|
||||
UINT major;
|
||||
UINT minor;
|
||||
int major;
|
||||
int minor;
|
||||
wait_queue_head_t tx_packet_wait_queue;
|
||||
wait_queue_head_t process_rx_cntrlpkt;
|
||||
atomic_t process_waiting;
|
||||
|
Loading…
Reference in New Issue
Block a user