[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <b6c5339f0812011304h15eade93kada95b6616a2ddd@mail.gmail.com>
Date:	Mon, 1 Dec 2008 16:04:25 -0500
From:	"Bob Copeland" <me@...copeland.com>
To:	"Jan Kara" <jack@...e.cz>
Cc:	"Hannes Eder" <hannes@...neseder.net>,
	linux-kernel@...r.kernel.org, kernel-janitors@...r.kernel.org,
	trivial@...nel.org
Subject: Re: [PATCH] udf: fix sparse warnings
On Mon, Dec 1, 2008 at 7:09 AM, Jan Kara <jack@...e.cz> wrote:
> From f3facf9a4a60bba9f1fa0c779fc441c6aff90eb4 Mon Sep 17 00:00:00 2001
> From: Jan Kara <jack@...e.cz>
> Date: Mon, 1 Dec 2008 13:06:10 +0100
> Subject: [PATCH] udf: fix sparse warnings:
[...]
> -       } else {
> -               return;
> +               udf_table_free_blocks(sb, inode, map->s_fspace.s_table,
> +                                     bloc, offset, count);
>        }
> +       return;
>  }
Harmless, but in this case you don't need the return at all.
-- 
Bob Copeland %% www.bobcopeland.com
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
Powered by blists - more mailing lists