serial: replace remaining __FUNCTION__ occurrences
__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: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
bf9d892952
commit
71cc2c2152
@@ -584,7 +584,7 @@ ulite_of_probe(struct of_device *op, const struct of_device_id *match)
|
||||
const unsigned int *id;
|
||||
int irq, rc;
|
||||
|
||||
dev_dbg(&op->dev, "%s(%p, %p)\n", __FUNCTION__, op, match);
|
||||
dev_dbg(&op->dev, "%s(%p, %p)\n", __func__, op, match);
|
||||
|
||||
rc = of_address_to_resource(op->node, 0, &res);
|
||||
if (rc) {
|
||||
|
Reference in New Issue
Block a user