Don't put a line break in string literals. GCC 3.1 complains and GCC
3.2 drops the ball.
This commit is contained in:
parent
0537668b9b
commit
f1db38534e
@ -390,8 +390,8 @@ tdfx_setmtrr(device_t dev) {
|
|||||||
*/
|
*/
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
if(retval == 0) {
|
if(retval == 0) {
|
||||||
device_printf(dev, "MTRR Set Type Uncacheable
|
device_printf(dev, "MTRR Set Type Uncacheable %x\n",
|
||||||
%x\n", (u_int32_t)tdfx_info->mrdesc.mr_base);
|
(u_int32_t)tdfx_info->mrdesc.mr_base);
|
||||||
} else {
|
} else {
|
||||||
device_printf(dev, "Couldn't Set MTRR\n");
|
device_printf(dev, "Couldn't Set MTRR\n");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user