You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
serial: omap: fix missing comma
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>, Signed-off-by: Philippe Proulx <philippe.proulx@savoirfairelinux.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
d4f9e7b3d1
commit
80d8611dd0
@@ -1723,7 +1723,7 @@ static int serial_omap_probe(struct platform_device *pdev)
|
||||
if (!up->port.uartclk) {
|
||||
up->port.uartclk = DEFAULT_CLK_SPEED;
|
||||
dev_warn(&pdev->dev,
|
||||
"No clock speed specified: using default: %d\n"
|
||||
"No clock speed specified: using default: %d\n",
|
||||
DEFAULT_CLK_SPEED);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user