Coding style fixup
Signed-off-by: Elad Wexler
---
drivers/android/binder.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/android/binder.c b/drivers/android/binder.c
index bccec9d..a66ad3d 100644
--- a/drivers/android/binder.c
+++ b/drivers/android/binder.c
Fixed a coding style issue
Signed-off-by: Elad Wexler
---
drivers/staging/ccree/ssi_hash.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/ccree/ssi_hash.c b/drivers/staging/ccree/ssi_hash.c
index 2035835..8d56fa7 100644
--- a/drivers/staging/ccree
From: Elad Wexler
'timed_gpio_probe()' shall return -ENXIO (no such address or device) in case of
NULL platform data.
-EBUSY doesn't reflect this error.
Signed-off-by: Elad Wexler
---
drivers/staging/android/timed_gpio.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-