aboutsummaryrefslogtreecommitdiff
path: root/drivers/isdn/gigaset/gigaset.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/isdn/gigaset/gigaset.h')
-rw-r--r--drivers/isdn/gigaset/gigaset.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/drivers/isdn/gigaset/gigaset.h b/drivers/isdn/gigaset/gigaset.h
index 04457571923..7acae34e66e 100644
--- a/drivers/isdn/gigaset/gigaset.h
+++ b/drivers/isdn/gigaset/gigaset.h
@@ -72,33 +72,6 @@
#define MAXACT 3
-#define IFNULL(a) \
- if (unlikely(!(a)))
-
-#define IFNULLRET(a) \
- if (unlikely(!(a))) { \
- err("%s==NULL at %s:%d!", #a, __FILE__, __LINE__); \
- return; \
- }
-
-#define IFNULLRETVAL(a,b) \
- if (unlikely(!(a))) { \
- err("%s==NULL at %s:%d!", #a, __FILE__, __LINE__); \
- return (b); \
- }
-
-#define IFNULLCONT(a) \
- if (unlikely(!(a))) { \
- err("%s==NULL at %s:%d!", #a, __FILE__, __LINE__); \
- continue; \
- }
-
-#define IFNULLGOTO(a,b) \
- if (unlikely(!(a))) { \
- err("%s==NULL at %s:%d!", #a, __FILE__, __LINE__); \
- goto b; \
- }
-
extern int gigaset_debuglevel; /* "needs" cast to (enum debuglevel) */
/* any combination of these can be given with the 'debug=' parameter to insmod,