coreboot/src/devices
Patrick Georgi 5161509132 printf: Remove some L modifier uses
We use the L modifier in a non-standard way (for
long long instead of long double, which we have no
business with).
clang complains, to reduce its use, to make
emulation/qemu-x86 happier.
Long term, we should consider eliminating public uses
of 'L' (but internal use in vtxprintf to denote
long long is fine)

Change-Id: If9a17d9ae9925cdc8736445e7d5eedc59c7028c6
Signed-off-by: Patrick Georgi <patrick@georgi-clan.de>
Reviewed-on: http://review.coreboot.org/781
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
2012-03-24 15:32:24 +01:00
..
oprom Move C labels to start-of-line 2012-03-07 17:48:03 +01:00
agp_device.c Various cosmetic and coding style fixes in src/devices. 2010-11-04 23:23:47 +00:00
cardbus_device.c Various cosmetic and coding style fixes in src/devices. 2010-11-04 23:23:47 +00:00
device.c printf: Remove some L modifier uses 2012-03-24 15:32:24 +01:00
device_util.c printf: Remove some L modifier uses 2012-03-24 15:32:24 +01:00
hypertransport.c Various cosmetic and coding style fixes in src/devices. 2010-11-04 23:23:47 +00:00
Kconfig Don't run any Option ROMs stored outside of the system flash 2012-03-09 20:01:32 +01:00
Makefile.inc Rename build system variables to be more intuitive, and 2010-09-30 16:55:02 +00:00
pci_device.c Don't run VGA option ROMs on S3 resume. 2012-03-08 18:18:39 +01:00
pci_ops.c Various cosmetic and coding style fixes in src/devices. 2010-11-04 23:23:47 +00:00
pci_rom.c Don't run any Option ROMs stored outside of the system flash 2012-03-09 20:01:32 +01:00
pciexp_device.c some ifdef --> if fixes 2011-04-21 20:24:43 +00:00
pcix_device.c Various cosmetic and coding style fixes in src/devices. 2010-11-04 23:23:47 +00:00
pnp_device.c printf: Remove some L modifier uses 2012-03-24 15:32:24 +01:00
root_device.c Cosmetics and coding style fixes in devices/*. 2010-10-18 00:00:57 +00:00
smbus_ops.c Various cosmetic and coding style fixes in src/devices. 2010-11-04 23:23:47 +00:00