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
|
||||
if(retval == 0) {
|
||||
device_printf(dev, "MTRR Set Type Uncacheable
|
||||
%x\n", (u_int32_t)tdfx_info->mrdesc.mr_base);
|
||||
device_printf(dev, "MTRR Set Type Uncacheable %x\n",
|
||||
(u_int32_t)tdfx_info->mrdesc.mr_base);
|
||||
} else {
|
||||
device_printf(dev, "Couldn't Set MTRR\n");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user