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
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