Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 28673
b: refs/heads/master
c: 90ddfeb
h: refs/heads/master
i:
  28671: 73b9451
v: v3
  • Loading branch information
Olof Johansson authored and Paul Mackerras committed Apr 22, 2006
1 parent f0a0b8f commit ac6d1e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e884e9c5f28c747ac2c3e1056e1fd655a79e950d
refs/heads/master: 90ddfebec1b450258f85d42f043cfbae450fe47e
6 changes: 3 additions & 3 deletions trunk/arch/powerpc/platforms/pseries/rtasd.c
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ static int enable_surveillance(int timeout)
return 0;

if (error == -EINVAL) {
printk(KERN_INFO "rtasd: surveillance not supported\n");
printk(KERN_DEBUG "rtasd: surveillance not supported\n");
return 0;
}

Expand Down Expand Up @@ -440,7 +440,7 @@ static int rtasd(void *unused)
goto error;
}

printk(KERN_INFO "RTAS daemon started\n");
printk(KERN_DEBUG "RTAS daemon started\n");

DEBUG("will sleep for %d milliseconds\n", (30000/rtas_event_scan_rate));

Expand Down Expand Up @@ -487,7 +487,7 @@ static int __init rtas_init(void)

/* No RTAS */
if (rtas_token("event-scan") == RTAS_UNKNOWN_SERVICE) {
printk(KERN_INFO "rtasd: no event-scan on system\n");
printk(KERN_DEBUG "rtasd: no event-scan on system\n");
return -ENODEV;
}

Expand Down

0 comments on commit ac6d1e7

Please sign in to comment.