Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 250b2dc8 authored by Cornelia Huck's avatar Cornelia Huck Committed by Martin Schwidefsky
Browse files

[S390] Get rid of DBG macro.

parent 6c2a9e6d
Loading
Loading
Loading
Loading
+7 −10
Original line number Original line Diff line number Diff line
@@ -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);
@@ -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,
@@ -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;
			}
			}