All of lore.kernel.org
 help / color / mirror / Atom feed
From: Evgeniy Polyakov <zbr@ioremap.net>
To: kernel-janitors@vger.kernel.org
Subject: Re: [PATCH] drivers/staging/pohmelfs: fix compile warning
Date: Tue, 08 Jun 2010 12:40:31 +0000	[thread overview]
Message-ID: <20100608124031.GA31804@ioremap.net> (raw)
In-Reply-To: <1275788460.10961.18.camel@lenovo>

Hi Javier.

Patch looks good, thank you.

On Sat, Jun 05, 2010 at 09:41:00PM -0400, Javier Martinez Canillas (martinez.javier@gmail.com) wrote:
> A really trivial patch to solve a warning when compiling staging/pohmelfs
> 
> Signed-off-by: Javier Martinez Canillas <martinez.javier@gmail.com>

Greg, please apply.

> ---
>  drivers/staging/pohmelfs/inode.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/staging/pohmelfs/inode.c b/drivers/staging/pohmelfs/inode.c
> index 643b413..20b0c68 100644
> --- a/drivers/staging/pohmelfs/inode.c
> +++ b/drivers/staging/pohmelfs/inode.c
> @@ -1266,7 +1266,7 @@ static void pohmelfs_put_super(struct super_block *sb)
>  {
>  	struct pohmelfs_sb *psb = POHMELFS_SB(sb);
>  	struct pohmelfs_inode *pi;
> -	unsigned int count;
> +	unsigned int count = 0;
>  	unsigned int in_drop_list = 0;
>  	struct inode *inode, *tmp;
>  
> -- 
> 1.7.0.4
> 
> 

-- 
	Evgeniy Polyakov

      parent reply	other threads:[~2010-06-08 12:40 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-06  1:41 [PATCH] drivers/staging/pohmelfs: fix compile warning Javier Martinez Canillas
2010-06-06  3:10 ` Joe Perches
2010-06-06 16:40 ` Javier Martinez Canillas
2010-06-06 19:03 ` Charles Clément
2010-06-08 12:40 ` Evgeniy Polyakov [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100608124031.GA31804@ioremap.net \
    --to=zbr@ioremap.net \
    --cc=kernel-janitors@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.