X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fserial%2Fuartlite.c;h=b51c24245be4e361d05c0bf545760375806d0a3a;hb=15664f968a95d8fbf4a0d7b462fcc20f88906bb3;hp=b565d5a37499799ac3e9873a757fb1b7dc5d1df5;hpb=7d939fbdfee49e5c06bd27214d25f726fb87a25a;p=linux-2.6-omap-h63xx.git diff --git a/drivers/serial/uartlite.c b/drivers/serial/uartlite.c index b565d5a3749..b51c24245be 100644 --- a/drivers/serial/uartlite.c +++ b/drivers/serial/uartlite.c @@ -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) {