mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-14 07:36:43 +07:00
Staging: rt2870: use empty ASSERT() macro
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
9411329dee
commit
c03332c54c
@ -190,13 +190,7 @@ typedef struct _VIRTUAL_ADAPTER
|
||||
} VIRTUAL_ADAPTER, PVIRTUAL_ADAPTER;
|
||||
|
||||
#undef ASSERT
|
||||
#define ASSERT(x) \
|
||||
{ \
|
||||
if (!(x)) \
|
||||
{ \
|
||||
printk(KERN_WARNING __FILE__ ":%d assert " #x "failed\n", __LINE__); \
|
||||
} \
|
||||
}
|
||||
#define ASSERT(x)
|
||||
|
||||
typedef struct os_cookie * POS_COOKIE;
|
||||
typedef struct pci_dev * PPCI_DEV;
|
||||
|
Loading…
Reference in New Issue
Block a user