aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-04-19 13:32:54 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-04-19 13:32:54 +0000
commitb1b869ec9960762adf57519ec360304f46ac0675 (patch)
treecc095f8042521ab353a2b5ab8ae74f951a6e83d7 /target/linux
parentfb6c465ea7f41f44e452d0080b77f4267ecff8dc (diff)
downloadupstream-b1b869ec9960762adf57519ec360304f46ac0675.tar.gz
upstream-b1b869ec9960762adf57519ec360304f46ac0675.tar.bz2
upstream-b1b869ec9960762adf57519ec360304f46ac0675.zip
[brcm63xx] fix redundant driver name printing in probe function
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15254 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/brcm63xx/files/drivers/spi/bcm63xx_spi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/files/drivers/spi/bcm63xx_spi.c b/target/linux/brcm63xx/files/drivers/spi/bcm63xx_spi.c
index b79b7f59e8..1a83a74121 100644
--- a/target/linux/brcm63xx/files/drivers/spi/bcm63xx_spi.c
+++ b/target/linux/brcm63xx/files/drivers/spi/bcm63xx_spi.c
@@ -350,7 +350,7 @@ static int __init bcm63xx_spi_probe(struct platform_device *pdev)
bcm_spi_writew(SPI_CMD_HARD_RESET, bs->regs, SPI_CMD);
bcm_spi_writeb(SPI_INTR_CLEAR_ALL, bs->regs, SPI_INT_MASK);
- dev_info(&pdev->dev, PFX " at 0x%08x (irq %d, FIFOs size %d) v%s\n",
+ dev_info(&pdev->dev, " at 0x%08x (irq %d, FIFOs size %d) v%s\n",
r->start, irq, bs->fifo_size, DRV_VER);
ret = spi_bitbang_start(&bs->bitbang);