From: Julia Lawall <julia@diku.dk> The variable trsw_rx is initialized but never used otherwise. The semantic patch that makes this change is as follows: (http://www.emn.fr/x-info/coccinelle/) // <smpl> @@ type T; identifier i; constant C; @@ ( extern T i; | - T i; <+... when != i - i = C; ...+> ) // </smpl> Signed-off-by: Julia Lawall <julia@diku.dk> --- drivers/net/wireless/b43/lo.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff -u -p a/drivers/net/wireless/b43/lo.c b/drivers/net/wireless/b43/lo.c --- a/drivers/net/wireless/b43/lo.c 2008-03-12 14:13:14.000000000 +0100 +++ b/drivers/net/wireless/b43/lo.c 2008-03-15 15:56:58.000000000 +0100 @@ -493,15 +493,12 @@ static void lo_measure_gain_values(struc max_rx_gain = 0; if (has_loopback_gain(phy)) { - int trsw_rx = 0; int trsw_rx_gain; if (use_trsw_rx) { trsw_rx_gain = phy->trsw_rx_gain / 2; - if (max_rx_gain >= trsw_rx_gain) { + if (max_rx_gain >= trsw_rx_gain) trsw_rx_gain = max_rx_gain - trsw_rx_gain; - trsw_rx = 0x20; - } } else trsw_rx_gain = max_rx_gain; if (trsw_rx_gain < 9) { --
| Andrew Morton | Re: 2.6.24-rc6-mm1 |
| Satyam Sharma | Re: 2.6.23-rc4-mm1 |
| James Bottomley | Re: Integration of SCST in the mainstream Linux kernel |
| Greg Kroah-Hartman | [PATCH 010/196] Chinese: add translation of Codingstyle |
git: | |
| Chris Ortman | [FEATURE REQUEST] git-svn format-patch |
| David | [StGit PATCH 00/13] Eliminate 'top' and 'bottom' files |
| Scott Chacon | Git Community Book |
| H. Peter Anvin | Re: kernel.org mirroring (Re: [GIT PULL] MMC update) |
| Richard Stallman | Real men don't attack straw men |
| Gregory Edigarov | How to re-build openssl with SHA1 support? |
| Xavier Mertens | newfs: cg 0: bad magic number |
| thacrazze | Multiboot Windows XP + OpenBSD doesnt work |
| Jens Axboe | [PATCH][RFC] fast file mapping for loop |
| David Miller | Re: [ANNOUNCE] Btrfs v0.12 released |
| Tony Jones | [RFC 1/28] Pass struct vfsmount to the inode_create LSM hook. |
| Andreas Dilger | Re: [PATCH 0/4] Fiemap, an extent mapping ioctl - round 2 |
