Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34189
b: refs/heads/master
c: 250b2dc
h: refs/heads/master
i:
  34187: 5e92b7a
v: v3
  • Loading branch information
Cornelia Huck authored and Martin Schwidefsky committed Sep 20, 2006
1 parent add6ed9 commit 2aa4d6a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 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: 6c2a9e6df60478e712f3c3d98b5047778a82a3d7
refs/heads/master: 250b2dc83347feb73eb6bdf7511685e72b587e68
17 changes: 7 additions & 10 deletions trunk/drivers/s390/s390mach.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@

#include "s390mach.h"

#define DBG printk
// #define DBG(args,...) do {} while (0);

static struct semaphore m_sem;

extern int css_process_crw(int, int);
Expand Down Expand Up @@ -83,11 +80,11 @@ s390_collect_crw_info(void *param)
ccode = stcrw(&crw[chain]);
if (ccode != 0)
break;
DBG(KERN_DEBUG "crw_info : CRW reports slct=%d, oflw=%d, "
"chn=%d, rsc=%X, anc=%d, erc=%X, rsid=%X\n",
crw[chain].slct, crw[chain].oflw, crw[chain].chn,
crw[chain].rsc, crw[chain].anc, crw[chain].erc,
crw[chain].rsid);
printk(KERN_DEBUG "crw_info : CRW reports slct=%d, oflw=%d, "
"chn=%d, rsc=%X, anc=%d, erc=%X, rsid=%X\n",
crw[chain].slct, crw[chain].oflw, crw[chain].chn,
crw[chain].rsc, crw[chain].anc, crw[chain].erc,
crw[chain].rsid);
/* Check for overflows. */
if (crw[chain].oflw) {
pr_debug("%s: crw overflow detected!\n", __FUNCTION__);
Expand Down Expand Up @@ -117,8 +114,8 @@ s390_collect_crw_info(void *param)
* reported to the common I/O layer.
*/
if (crw[chain].slct) {
DBG(KERN_INFO"solicited machine check for "
"channel path %02X\n", crw[0].rsid);
pr_debug("solicited machine check for "
"channel path %02X\n", crw[0].rsid);
break;
}
switch (crw[0].erc) {
Expand Down

0 comments on commit 2aa4d6a

Please sign in to comment.