diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/macintosh/therm_adt746x.c | 2 | ||||
-rw-r--r-- | drivers/ps3/ps3av.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/macintosh/therm_adt746x.c b/drivers/macintosh/therm_adt746x.c index 58809b0510f9..c42eeb43042d 100644 --- a/drivers/macintosh/therm_adt746x.c +++ b/drivers/macintosh/therm_adt746x.c | |||
@@ -316,7 +316,7 @@ static void update_fans_speed (struct thermostat *th) | |||
316 | 316 | ||
317 | if (verbose) | 317 | if (verbose) |
318 | printk(KERN_DEBUG "adt746x: Setting fans speed to %d " | 318 | printk(KERN_DEBUG "adt746x: Setting fans speed to %d " |
319 | "(limit exceeded by %d on %s) \n", | 319 | "(limit exceeded by %d on %s)\n", |
320 | new_speed, var, | 320 | new_speed, var, |
321 | sensor_location[fan_number+1]); | 321 | sensor_location[fan_number+1]); |
322 | write_both_fan_speed(th, new_speed); | 322 | write_both_fan_speed(th, new_speed); |
diff --git a/drivers/ps3/ps3av.c b/drivers/ps3/ps3av.c index e82d8c9c6cda..95a689befc84 100644 --- a/drivers/ps3/ps3av.c +++ b/drivers/ps3/ps3av.c | |||
@@ -532,7 +532,7 @@ static void ps3av_set_videomode_packet(u32 id) | |||
532 | res = ps3av_cmd_avb_param(&avb_param, len); | 532 | res = ps3av_cmd_avb_param(&avb_param, len); |
533 | if (res == PS3AV_STATUS_NO_SYNC_HEAD) | 533 | if (res == PS3AV_STATUS_NO_SYNC_HEAD) |
534 | printk(KERN_WARNING | 534 | printk(KERN_WARNING |
535 | "%s: Command failed. Please try your request again. \n", | 535 | "%s: Command failed. Please try your request again.\n", |
536 | __func__); | 536 | __func__); |
537 | else if (res) | 537 | else if (res) |
538 | dev_dbg(&ps3av->dev->core, "ps3av_cmd_avb_param failed\n"); | 538 | dev_dbg(&ps3av->dev->core, "ps3av_cmd_avb_param failed\n"); |