[PATCH] Staging: rtl8192e: Fix segfault upon alloc failure

2014-11-05 Thread Daniel Dressler
checked the return value. Reported-by: RUC_Soft_Sec Signed-off-by: Daniel Dressler --- drivers/staging/rtl8192e/rtl8192e/r8192E_firmware.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/staging/rtl8192e/rtl8192e/r8192E_firmware.c b/drivers/staging/rtl8192e/rtl8192e

[PATCH] staging: android: binder: Fix 10 overlong lines

2014-05-31 Thread Daniel Dressler
o maintain consistancy this patch uses method #1. If method #1 is not acceptable please do not hesitate to say so. Signed-off-by: Daniel Dressler --- drivers/staging/android/binder.c | 32 ++-- 1 file changed, 22 insertions(+), 10 deletions(-) diff --git a/drivers/staging/androi

Re: [PATCH] Staging: android: binder: Fix over-80-char lines

2014-05-31 Thread Daniel Dressler
14-05-31 0:51 GMT-06:00 Dan Carpenter : > What Neil said. > > On Fri, May 30, 2014 at 10:31:20PM -0600, Daniel Dressler wrote: >> From: danieru > > This is wrong and we also get your name and email address from the > email headers so leave this line out. > >> >&g

[PATCH] Staging: android: binder: Fix over-80-char lines

2014-05-30 Thread Daniel Dressler
the file's issues. There is one change to take notice of: it merges two if statement's conditionals together. Then it removes a redundant else clause. Signed-off-by: Daniel Dressler --- drivers/staging/android/binder.c | 89 1 file changed,