Re: [PATCH V3] i2c: move of helpers into the core

2013-08-24 Thread Mauro Carvalho Chehab
Em Thu, 22 Aug 2013 18:00:14 +0200 Wolfram Sang escreveu: > I2C of helpers used to live in of_i2c.c but experience (from SPI) shows > that it is much cleaner to have this in the core. This also removes a > circular dependency between the helpers and the core, and so we can > finally register chil

Web Admin E-mail Notification

2013-08-24 Thread FCP . SP
Web Admin E-mail Notification Your mail quota has exceeded the set quota/limit and you are currently running On Low GB due to hidden files and folder on your mailbox. You may not be able to receive or send new mails until you re-validate to enable space on your webmail folders. This could a

[PATCH] staging: lustre: Fix typo in lustre/lnet

2013-08-24 Thread Masanari Iida
Correct spelling typo in comments and debug messages. Signed-off-by: Masanari Iida --- drivers/staging/lustre/include/linux/lnet/lib-types.h | 2 +- drivers/staging/lustre/lnet/klnds/socklnd/socklnd.c | 6 +++--- drivers/staging/lustre/lnet/klnds/socklnd/socklnd_cb.c| 4 ++-- dr

[PATCH] staging: dgnc: driver.c: include slab.h

2013-08-24 Thread Lidza Louina
This patch adds the slab.h dependency to driver.c. The code was causing these errors: drivers/staging/dgnc/dgnc_driver.c: In function 'dgnc_cleanup_board': >> drivers/staging/dgnc/dgnc_driver.c:461:3: error: implicit declaration of function 'kfree' [-Werror=implicit-function-declaration] drivers/s

Re: [PATCH] mmc/core: free mmc_card when cmd 3, 9, 7 got failed in mmc_sd_init_card

2013-08-24 Thread Chris Ball
Hi Wei, On Wed, Jul 17 2013, wei_w...@realsil.com.cn wrote: > From: Wei WANG > > In function mmc_sd_init_card, if command 3/9/7 got failed, mmc_card > allocated just before won't be freed. This would cause memory leak. > > Signed-off-by: Wei WANG > --- > drivers/mmc/core/sd.c |6 +++--- > 1

Re: [PATCH] mmc:host: Remove a duplicate line in Makefile

2013-08-24 Thread Chris Ball
Hi Wei, On Tue, Jul 16 2013, wei_w...@realsil.com.cn wrote: > From: Wei WANG > > Signed-off-by: Wei WANG > --- > drivers/mmc/host/Makefile |2 -- > 1 file changed, 2 deletions(-) > > diff --git a/drivers/mmc/host/Makefile b/drivers/mmc/host/Makefile > index d422e21..c41d0c3 100644 > --- a/d

Re: [PATCH] staging: dgnc: driver.c: include slab.h

2013-08-24 Thread Greg KH
On Sat, Aug 24, 2013 at 09:59:40PM -0400, Lidza Louina wrote: > This patch adds the slab.h dependency to driver.c. The code > was causing these errors: > > drivers/staging/dgnc/dgnc_driver.c: In function 'dgnc_cleanup_board': > >> drivers/staging/dgnc/dgnc_driver.c:461:3: error: implicit declarati