diff options
Diffstat (limited to 'net/irda/discovery.c')
-rw-r--r-- | net/irda/discovery.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/irda/discovery.c b/net/irda/discovery.c index 80c33f408e3f..bfacef8b76f4 100644 --- a/net/irda/discovery.c +++ b/net/irda/discovery.c | |||
@@ -110,7 +110,7 @@ void irlmp_add_discovery_log(hashbin_t *cachelog, hashbin_t *log) | |||
110 | { | 110 | { |
111 | discovery_t *discovery; | 111 | discovery_t *discovery; |
112 | 112 | ||
113 | IRDA_DEBUG(4, "%s()\n", __FUNCTION__); | 113 | IRDA_DEBUG(4, "%s()\n", __func__); |
114 | 114 | ||
115 | /* | 115 | /* |
116 | * If log is missing this means that IrLAP was unable to perform the | 116 | * If log is missing this means that IrLAP was unable to perform the |
@@ -157,7 +157,7 @@ void irlmp_expire_discoveries(hashbin_t *log, __u32 saddr, int force) | |||
157 | int i = 0; /* How many we expired */ | 157 | int i = 0; /* How many we expired */ |
158 | 158 | ||
159 | IRDA_ASSERT(log != NULL, return;); | 159 | IRDA_ASSERT(log != NULL, return;); |
160 | IRDA_DEBUG(4, "%s()\n", __FUNCTION__); | 160 | IRDA_DEBUG(4, "%s()\n", __func__); |
161 | 161 | ||
162 | spin_lock_irqsave(&log->hb_spinlock, flags); | 162 | spin_lock_irqsave(&log->hb_spinlock, flags); |
163 | 163 | ||