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

Commit e06623c5 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: sps: Fix the SPS_DBG macro definitions"

parents 68b6c46c 3550a615
Loading
Loading
Loading
Loading
+8 −8
Original line number Original line Diff line number Diff line
/* Copyright (c) 2011-2016, The Linux Foundation. All rights reserved.
/* Copyright (c) 2011-2017, The Linux Foundation. All rights reserved.
 *
 *
 * This program is free software; you can redistribute it and/or modify
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
 * it under the terms of the GNU General Public License version 2 and
@@ -237,13 +237,13 @@ extern u8 print_limit_option;
		}	\
		}	\
	} while (0)
	} while (0)
#else
#else
#define	SPS_DBG3(x...)		pr_debug(x)
#define SPS_DBG3(dev, msg, args...)             pr_debug(msg, ##args)
#define	SPS_DBG2(x...)		pr_debug(x)
#define SPS_DBG2(dev, msg, args...)             pr_debug(msg, ##args)
#define	SPS_DBG1(x...)		pr_debug(x)
#define SPS_DBG1(dev, msg, args...)             pr_debug(msg, ##args)
#define	SPS_DBG(x...)		pr_debug(x)
#define SPS_DBG(dev, msg, args...)              pr_debug(msg, ##args)
#define	SPS_INFO(x...)		pr_info(x)
#define SPS_INFO(dev, msg, args...)             pr_info(msg, ##args)
#define	SPS_ERR(x...)		pr_err(x)
#define SPS_ERR(dev, msg, args...)              pr_err(msg, ##args)
#define	SPS_DUMP(x...)		pr_info(x)
#define SPS_DUMP(msg, args...)                  pr_info(msg, ##args)
#endif
#endif


/* End point parameters */
/* End point parameters */