From 0818be589b4aabcc8012cb53b14088b967843af9 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 22 Oct 2009 05:43:37 +0000 Subject: [PATCH] =?UTF-8?q?2009-10-22=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-fram-fm25l256.c: Use hex-constants to avoid implicit int-casts. * libchip/i2c/spi-memdrv.c: Use hex-constants to avoid implicit int-casts. Use rtems_off64_t offsets to avoid loosing precision. --- c/src/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/c/src/ChangeLog b/c/src/ChangeLog index 9e618f5d88..b79541f80d 100644 --- a/c/src/ChangeLog +++ b/c/src/ChangeLog @@ -1,3 +1,11 @@ +2009-10-22 Ralf Corsépius + + * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-fram-fm25l256.c: + Use hex-constants to avoid implicit int-casts. + * libchip/i2c/spi-memdrv.c: + Use hex-constants to avoid implicit int-casts. + Use rtems_off64_t offsets to avoid loosing precision. + 2009-10-21 Sebastian Huber * libchip/serial/ns16550.c: Update for interrupt handler type change.