CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/11/18 10:40:39
Modified files:
sys/dev/pci : ahd_pci.c
Log message:
Factor out of {split,pci}_status_strings[] the printf formattings bits,
putting them in the actual printf() calls. Shuts up gcc -Wformat=2 and
reduces the space spent on string constants.
ok deraadt@
