rtl8188eu: Replace LONG variants with the standard uxx form

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2015-09-08 00:04:30 -05:00
parent 429924c7ed
commit 8ac0b5364d
7 changed files with 52 additions and 54 deletions

View file

@ -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); */