First  |  Prev |  Next  |  Last
Pages: 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737
[PATCH] cs89x0: Use the instance of net_device_stats from net_device.
Since net_device has an instance of net_device_stats, we can remove the instance of this from the adapter structure. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- drivers/net/cs89x0.c | 66 +++++++++++++++++++++++++++---------------------- 1 files changed, 36 insertions(+), 30 deletions(-) diff --... 5 Jul 2010 08:51
[PATCH] fealnx: Use the instance of net_device_stats from net_device.
Since net_device has an instance of net_device_stats, we can remove the instance of this from the adapter structure. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- drivers/net/fealnx.c | 68 ++++++++++++++++++++++++++----------------------- 1 files changed, 36 insertions(+), 32 deletions(-) diff --... 5 Jul 2010 08:51
[PATCH] davinci_emac: Use the instance of net_device_stats from net_device.
Since net_device has an instance of net_device_stats, we can remove the instance of this from the adapter structure. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- drivers/net/davinci_emac.c | 38 +++++++++++++++++++------------------- 1 files changed, 19 insertions(+), 19 deletions(-) diff --git a... 5 Jul 2010 08:51
[PATCHv6 1/9] AFFS: clean up dirty flag usage
From: Artem Bityutskiy <Artem.Bityutskiy(a)nokia.com> In 'affs_write_super()': remove ancient and wrong commented code, remove unneeded 'clean' variable, so the function becomes a bit cleaner and simpler. In 'affs_remount(): remove unnecessary SB dirty flag changes. Tested-by: Artem Bityutskiy <Artem.Bityutski... 5 Jul 2010 08:51
[PATCH] ib/ehca: init irq tasklet before irq can happen
Initialize tasklet before interrupts are requested to prevent scheduling of uninitialized tasklet. Signed-off-by: Alexander Schmidt <alexs(a)linux.vnet.ibm.com> --- Hi Roland, please queue this fix for 2.6.36, thanks! drivers/infiniband/hw/ehca/ehca_eq.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 dele... 5 Jul 2010 08:51
block: remove unused REQ_TYPE_LINUX_BLOCK
On 2010-07-05 11:11, FUJITA Tomonori wrote: You prefer to keep this for future possible users? No, lets just kill it if there are no users left. We can always resurrect something like this later, if we want to. -- Jens Axboe -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in ... 5 Jul 2010 23:15
Payment sent
My associate has helped me to send your first payment of US$7,500 to you as instructed by Mr.david cameron the United Kingdom prime minister after the last G20 meeting that was held in United Kingdom, making you one of the beneficiaries. Here is the information below. TO TRACK YOUR MONEY USE THIS LINK: www.... 5 Jul 2010 07:47
[PATCH] ASoC: DaVinci: More accurate calculation for clock divider for McBSP (I2S)
From: Raffaele Recalcati <raffaele.recalcati(a)bticino.it> i2s_accurate_sck switch can be used to have a better approximate sampling frequency. The trade off is between more accurate clock (fast clock) and less accurate clock (slow clock). The waveform will be not symmetric. Probably it is... 5 Jul 2010 07:47
vme_tsi148: remove casts from void*
Kulikov Vasiliy wrote: Remove unnesessary casts from void*. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> Seems ok, cheers, Signed-off-by: Martyn Welch <martyn.welch(a)ge.com> --- drivers/staging/vme/bridges/vme_tsi148.c | 10 +++++----- 1 files changed, 5 insertions(+), 5 deleti... 5 Jul 2010 06:42
[PATCH] x86: eliminate pointless adjustment attempts in fixup_irqs()
Not only when an IRQ's affinity equals cpu_online_mask is there no need to actually try to adjust the affinity, but also when it's a subset thereof. This particularly avoids adjustment attempts during system shutdown to any IRQs bound to CPU#0. Signed-off-by: Jan Beulich <jbeulich(a)novell.com> --- arch/x86/ke... 5 Jul 2010 06:42
First  |  Prev |  Next  |  Last
Pages: 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737