Re: [PATCH] jffs2: compr_rubin: Remove unused function

2015-01-12 Thread Brian Norris
On Sun, Jan 11, 2015 at 05:36:48PM +0100, Rickard Strandqvist wrote: > Remove the function pulledbits() that is not used anywhere. > > This was partially found by using a static code analysis program called > cppcheck. > > Signed-off-by: Rickard Strandqvist Pushed to l2-mtd.git. Thanks. Brian

Re: [PATCH] jffs2: compr_rubin: Remove unused function

2015-01-12 Thread Richard Weinberger
On Sun, Jan 11, 2015 at 5:36 PM, Rickard Strandqvist wrote: > Remove the function pulledbits() that is not used anywhere. > > This was partially found by using a static code analysis program called > cppcheck. > > Signed-off-by: Rickard Strandqvist Looks good to me. Reviewed-by: Richard Weinber

[PATCH] jffs2: compr_rubin: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function pulledbits() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- fs/jffs2/compr_rubin.c |5 - 1 file changed, 5 deletions(-) diff --git a/fs/jffs2/compr_rubin.c b/fs/jff