fix redundant driver name printing in probe function
SVN-Revision: 15254
This commit is contained in:
parent
1f334e3caa
commit
dd2b72105b
1 changed files with 1 additions and 1 deletions
|
@ -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_writew(SPI_CMD_HARD_RESET, bs->regs, SPI_CMD);
|
||||||
bcm_spi_writeb(SPI_INTR_CLEAR_ALL, bs->regs, SPI_INT_MASK);
|
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);
|
r->start, irq, bs->fifo_size, DRV_VER);
|
||||||
|
|
||||||
ret = spi_bitbang_start(&bs->bitbang);
|
ret = spi_bitbang_start(&bs->bitbang);
|
||||||
|
|
Loading…
Reference in a new issue