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:
Dan Carpenter 2010-10-08 14:54:33 +02:00 committed by Greg Kroah-Hartman
parent bf58bd66f6
commit 785698e38d

View File

@ -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;