From 1ce8d1e7166c9e7fff65742bbaad8817f7f445f0 Mon Sep 17 00:00:00 2001 From: Thomas Osterried Date: Wed, 4 Jan 2023 04:22:28 +0100 Subject: Fixed typo in B3500000 declaration, introduced by commit 25619cc79e58a68bf88381a75ecdf93a9b8f9c90 Impact: these new very high speed baudrate may not have been needed in the past. Signed-off-by: Nate Bargmann Signed-off-by: Thomas Osterried --- ttyutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ttyutils.c b/ttyutils.c index 6ffd2fb..94e6c09 100644 --- a/ttyutils.c +++ b/ttyutils.c @@ -61,7 +61,7 @@ static struct speed_struct { {3000000, B3000000}, #endif #ifdef B3500000 - {1000000, B3500000}, + {B3500000, B3500000}, #endif #ifdef B4000000 {4000000, B4000000}, -- cgit v1.2.3 der'> cgit logo index : ralf/linux-ax25.git
ROSE Development and bugfix repository.Ralf Baechle
summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fs: take dcache_lock inside __d_pathChristoph Hellwig2010-10-251-2/+0
* fs/seq_file.c: Remove unnecessary casts of private_dataJoe Perches2010-09-23