felica: Allow to compile without CONFIG_SEC_DEBUG

Change-Id: Iebbf328b3fcf02955a9a5488daf77f342278cf85
Signed-off-by: Kevin F. Haggerty <haggertk@lineageos.org>
This commit is contained in:
Kevin F. Haggerty 2018-12-03 22:46:23 -07:00 committed by Francescodario Cuzzocrea
parent 8b524d00d5
commit 692bac2fce
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@
* log
******************************************************************************/
#if defined(CONFIG_SEC_FACTORY)
#ifndef CONFIG_SEC_DEBUG
/* shown at FACTORY */
#define FELICA_PR_ERR(A,...) pr_err("[FELICA]"A,##__VA_ARGS__)