mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-08 22:43:04 +00:00
rtl8188eu: Replace LONG variants with the standard uxx form
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
429924c7ed
commit
8ac0b5364d
7 changed files with 52 additions and 54 deletions
|
@ -25,7 +25,7 @@
|
|||
#include <drv_types.h>
|
||||
#include <usb_vendor_req.h>
|
||||
|
||||
#define USBD_HALTED(Status) ((ULONG)(Status) >> 30 == 3)
|
||||
#define USBD_HALTED(Status) ((u32)(Status) >> 30 == 3)
|
||||
|
||||
|
||||
/* uint usb_dvobj_init(struct adapter * adapter); */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue