Loading drivers/platform/msm/sps/spsi.h +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 Loading Loading @@ -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 */ Loading Loading
drivers/platform/msm/sps/spsi.h +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 Loading Loading @@ -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 */ Loading