mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-20 00:06:14 +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:
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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user