drivers:tmp.c Fix warning: variable 'rc' set but not used
On Mon, 14 Jun 2010 13:26:44 PDT, "Justin P. Mattock" said: Im getting this warning when compiling: CC drivers/char/tpm/tpm.o drivers/char/tpm/tpm.c: In function 'tpm_gen_interrupt': drivers/char/tpm/tpm.c:508:10: warning: variable 'rc' set but not used The below patch gets rid of the warning, ... 15 Jun 2010 15:24
fsfreeze: freeze_super and thaw_bdev don't play well together
On Mon, Jun 14, 2010 at 11:22:19AM -0400, Christoph Hellwig wrote: This breaks the "feature" that we can freeze a block device that doesn't have a filesystem mounted yet. For filesystems using get_sb_bdev that prevents a new filesystem to be mounted on them. I'm not sure it's a particularly useful featu... 14 Jun 2010 20:43
[PATCH] ieee1394: remove unused variables
which caused gcc 4.6 to warn about variable 'XYZ' set but not used. sbp2.c, unit_characteristics: The underlying problem which was spotted here --- an incomplete implementation --- is already 50% fixed in drivers/firewire/sbp2.c which observes mgt_ORB_timeout but not yet ORB_size. raw1394.c, length_conf... 14 Jun 2010 20:43
(no subject)
On 15 Jun, Stefan Richter wrote: which caused gcc 4.6 to warn about variable 'destination' set but not used. .... drivers/firewire/core-transaction.c | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) .... Subject was meant to be [PATCH] firewire: core: remove unused variable. --... 14 Jun 2010 20:43
[PATCH] backlight: fix 88pm860x_bl macro collision
From: Randy Dunlap <randy.dunlap(a)oracle.com> Fix collision with kernel-supplied #define: drivers/video/backlight/88pm860x_bl.c:24:1: warning: "CURRENT_MASK" redefined arch/x86/include/asm/page_64_types.h:6:1: warning: this is the location of the previous definition Signed-off-by: Randy Dunlap <randy.dunlap(a)or... 14 Jun 2010 20:43
[PATCH -next] vivi: fix depends again
From: Randy Dunlap <randy.dunlap(a)oracle.com> My previous patch to depend on FONTS was not sufficient since FONTS is boolean. VIDEO_VIVI needs to depend on a tristate so that it won't be enabled as =y when framebuffer is built as modular, so modify it to depend on the same symbols that FONTS depends on, which ar... 14 Jun 2010 20:43
[PATCH 1/8 v3]reiserfs:stree.c Fix variable set but not used.
Resend of this patch due to previous whitespace issues and a messup with v2. The below fixes this warning: fs/reiserfs/stree.c: In function 'search_by_key': fs/reiserfs/stree.c:602:6: warning: variable 'right_neighbor_of_leaf_node' set but not used Signed-off-by: Justin P. Mattock <justinmattock(a)gmail.com> Ac... 14 Jun 2010 20:43
(none)
which caused gcc 4.6 to warn about variable 'destination' set but not used. Reported-by: Justin P. Mattock <justinmattock(a)gmail.com> Since the hardware ensures that we receive only response packets with proper destination node ID (in a given bus generation), we have no use for destination here in the core ... 14 Jun 2010 19:36
[PATCH 1/8 v2]reiserfs:stree.c Fix variable set but not used.
Resend of this patch due to previous whitespace issues. The below fixes this warning: fs/reiserfs/stree.c: In function 'search_by_key': fs/reiserfs/stree.c:602:6: warning: variable 'right_neighbor_of_leaf_node' set but not used Signed-off-by: Justin P. Mattock <justinmattock(a)gmail.com> Acked-by: Edward Shishki... 14 Jun 2010 19:36
[PATCH 0/6] Potential rt patches for tip/rt/2.6.33
Thomas: This is a small collection of patches that I have in my -rt tree on-top of 2.6.33.5-rt23 Please consider them for the next version of tip/rt/2.6.33 They can be pulled from git://git.kernel.org/pub/scm/linux/kernel/git/jkacur/jk-2.6.git tip-rt-2.6.33-jk Amit Shah (1): hvc_console: Fix race betwe... 14 Jun 2010 19:36