irda: replace __FUNCTION__ with __func__
__FUNCTION__ is gcc-specific, use __func__ Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
1fa98174ba
commit
a97a6f1077
@@ -617,7 +617,7 @@ static inline void rd_set_addr_status(struct ring_descr *rd, dma_addr_t a, u8 s)
|
||||
*/
|
||||
|
||||
if ((a & ~DMA_MASK_MSTRPAGE)>>24 != MSTRPAGE_VALUE) {
|
||||
IRDA_ERROR("%s: pci busaddr inconsistency!\n", __FUNCTION__);
|
||||
IRDA_ERROR("%s: pci busaddr inconsistency!\n", __func__);
|
||||
dump_stack();
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user