From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hugo Villeneuve Date: Mon, 14 Jul 2008 10:58:27 -0400 Subject: [U-Boot-Users] [PATCH] Fix integer overflow warning in calc_divisor() In-Reply-To: <20080713131429.46181240EE@gemini.denx.de> References: <20080713131429.46181240EE@gemini.denx.de> Message-ID: <1216047507.12227.2.camel@server.hugovil.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sun, 2008-07-13 at 15:14 +0200, Wolfgang Denk wrote: > In message <1215786255-4241-1-git-send-email-hugo.villeneuve@lyrtech.com> you wrote: > > Fix the integer overflow warning when rounding the serial > > port clock divisor value in calc_divisor(). > > > > Signed-off-by: Hugo Villeneuve > > > > --- > > > > drivers/serial/serial.c | 11 +++++++++-- > > 1 files changed, 9 insertions(+), 2 deletions(-) > > Applied, thanks, but I really wish you had kept the subject unchanged, > and ideally even threading correct. Hi Wolfgang, since you already applied the first patch, I simply thought that the fix for the first patch should have a different subject. I will keep the same subject in the future Hugo V.