[PATCH] staging/pi433: Solved some coding style issues in pi433_if.c

2017-07-31 Thread RishabhHardas
From: RishabhHardas Solved a few coding style issues, used BIT macro to set MINORBITS. Signed-off-by: RishabhHardas --- drivers/staging/pi433/pi433_if.c | 24 ++-- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/drivers/staging/pi433/pi433_if.c b/drivers

[PATCH] staging/ccree: Declare compiled out fuctions static inline

2017-07-31 Thread RishabhHardas
From: RishabhHardas Sparse was giving out a warning for symbols 'cc_set_ree_fips_status' and 'fips_handler' that they were not declared and need to be made static. This patch makes both the symbols static inline, to remove the warnings. Signed-off-by: RishabhHardas --- d