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
Hi Wei,
On Tue, Jul 16 2013, [email protected] 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
Hi Wei,
On Wed, Jul 17 2013, [email protected] 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
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
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
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
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