Message ID | 1310383055-20211-5-git-send-email-balbi@ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/drivers/cbus/tahvo.c b/drivers/cbus/tahvo.c index 647d263..0e28208 100644 --- a/drivers/cbus/tahvo.c +++ b/drivers/cbus/tahvo.c @@ -299,8 +299,9 @@ static int __devinit tahvo_probe(struct platform_device *pdev) return -ENODEV; } - dev_err(&pdev->dev, "%s v%d.%d found\n", tahvo_is_betty ? "Betty" : "Tahvo", - (rev >> 4) & 0x0f, rev & 0x0f); + dev_err(&pdev->dev, "%s v%d.%d found\n", + tahvo_is_betty ? "Betty" : "Tahvo", + (rev >> 4) & 0x0f, rev & 0x0f); irq = platform_get_irq(pdev, 0);
cleanup only, no functional changes. Signed-off-by: Felipe Balbi <balbi@ti.com> --- drivers/cbus/tahvo.c | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-)