Loading drivers/s390/s390mach.c +7 −10 Original line number Diff line number Diff line Loading @@ -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); Loading Loading @@ -83,7 +80,7 @@ repeat: ccode = stcrw(&crw[chain]); if (ccode != 0) break; DBG(KERN_DEBUG "crw_info : CRW reports slct=%d, oflw=%d, " 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, Loading Loading @@ -117,7 +114,7 @@ repeat: * reported to the common I/O layer. */ if (crw[chain].slct) { DBG(KERN_INFO"solicited machine check for " pr_debug("solicited machine check for " "channel path %02X\n", crw[0].rsid); break; } Loading Loading
drivers/s390/s390mach.c +7 −10 Original line number Diff line number Diff line Loading @@ -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); Loading Loading @@ -83,7 +80,7 @@ repeat: ccode = stcrw(&crw[chain]); if (ccode != 0) break; DBG(KERN_DEBUG "crw_info : CRW reports slct=%d, oflw=%d, " 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, Loading Loading @@ -117,7 +114,7 @@ repeat: * reported to the common I/O layer. */ if (crw[chain].slct) { DBG(KERN_INFO"solicited machine check for " pr_debug("solicited machine check for " "channel path %02X\n", crw[0].rsid); break; } Loading