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;
|
BOOLEAN AutoSyncup;
|
||||||
|
|
||||||
struct net_device *dev;
|
struct net_device *dev;
|
||||||
UINT major;
|
int major;
|
||||||
UINT minor;
|
int minor;
|
||||||
wait_queue_head_t tx_packet_wait_queue;
|
wait_queue_head_t tx_packet_wait_queue;
|
||||||
wait_queue_head_t process_rx_cntrlpkt;
|
wait_queue_head_t process_rx_cntrlpkt;
|
||||||
atomic_t process_waiting;
|
atomic_t process_waiting;
|
||||||
|
Loading…
Reference in New Issue
Block a user