Loading drivers/s390/s390mach.c +7 −10 Original line number Original line Diff line number Diff line Loading @@ -19,9 +19,6 @@ #include "s390mach.h" #include "s390mach.h" #define DBG printk // #define DBG(args,...) do {} while (0); static struct semaphore m_sem; static struct semaphore m_sem; extern int css_process_crw(int, int); extern int css_process_crw(int, int); Loading Loading @@ -83,7 +80,7 @@ s390_collect_crw_info(void *param) ccode = stcrw(&crw[chain]); ccode = stcrw(&crw[chain]); if (ccode != 0) if (ccode != 0) break; 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", "chn=%d, rsc=%X, anc=%d, erc=%X, rsid=%X\n", crw[chain].slct, crw[chain].oflw, crw[chain].chn, crw[chain].slct, crw[chain].oflw, crw[chain].chn, crw[chain].rsc, crw[chain].anc, crw[chain].erc, crw[chain].rsc, crw[chain].anc, crw[chain].erc, Loading Loading @@ -117,7 +114,7 @@ s390_collect_crw_info(void *param) * reported to the common I/O layer. * reported to the common I/O layer. */ */ if (crw[chain].slct) { if (crw[chain].slct) { DBG(KERN_INFO"solicited machine check for " pr_debug("solicited machine check for " "channel path %02X\n", crw[0].rsid); "channel path %02X\n", crw[0].rsid); break; break; } } Loading Loading
drivers/s390/s390mach.c +7 −10 Original line number Original line Diff line number Diff line Loading @@ -19,9 +19,6 @@ #include "s390mach.h" #include "s390mach.h" #define DBG printk // #define DBG(args,...) do {} while (0); static struct semaphore m_sem; static struct semaphore m_sem; extern int css_process_crw(int, int); extern int css_process_crw(int, int); Loading Loading @@ -83,7 +80,7 @@ s390_collect_crw_info(void *param) ccode = stcrw(&crw[chain]); ccode = stcrw(&crw[chain]); if (ccode != 0) if (ccode != 0) break; 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", "chn=%d, rsc=%X, anc=%d, erc=%X, rsid=%X\n", crw[chain].slct, crw[chain].oflw, crw[chain].chn, crw[chain].slct, crw[chain].oflw, crw[chain].chn, crw[chain].rsc, crw[chain].anc, crw[chain].erc, crw[chain].rsc, crw[chain].anc, crw[chain].erc, Loading Loading @@ -117,7 +114,7 @@ s390_collect_crw_info(void *param) * reported to the common I/O layer. * reported to the common I/O layer. */ */ if (crw[chain].slct) { if (crw[chain].slct) { DBG(KERN_INFO"solicited machine check for " pr_debug("solicited machine check for " "channel path %02X\n", crw[0].rsid); "channel path %02X\n", crw[0].rsid); break; break; } } Loading