[PATCH] staging: ozwpan: remove unneeded __GFP_ZERO to kzalloc() at oz_elt_stream_create()

2013-11-01 Thread Jeff Liu
From: Jie Liu Get rid of the needless __GFP_ZERO flag for kzalloc() at oz_elt_stream_create(). Signed-off-by: Jie Liu --- drivers/staging/ozwpan/ozeltbuf.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/ozwpan/ozeltbuf.c b/drivers/staging/ozwpan/ozeltbu

[PATCH] Staging: comedi: fix coding style issues in unioxx5.c

2013-11-01 Thread Conrad Gomes
This is a patch which fixes coding style issues in unioxx5.c found by checkpatch.pl 1) Replaced printk with pr_info and pr_err 2) Reinitialized n_subd before for loop to fix over 80 character warning 3) Reworded comment to fix 80 character warning Signed-off-by: Conrad Gomes --- drivers/sta

[PATCH] mfd: rtsx: add card reader rtl8402

2013-11-01 Thread micky_ching
From: Micky Ching Add card reader rtl8042, rtl8402 is much like rtl8411, so just add it to rtl8411.c Signed-off-by: Micky Ching --- drivers/mfd/rtl8411.c | 62 drivers/mfd/rtsx_pcr.c |5 drivers/mfd/rtsx_pcr.h |1 + 3 files chang