First  |  Prev |  Next  |  Last
Pages: 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615
Staging: comedi: Cleanup style issues in adl_pci9111.c
On Tue, 2010-07-13 at 17:24 +0100, Mark wrote: static DEFINE_PCI_DEVICE_TABLE(pci9111_pci_table) = { - { - PCI_VENDOR_ID_ADLINK, PCI9111_HR_DEVICE_ID, PCI_ANY_ID, - PCI_ANY_ID, 0, 0, 0}, - /* { PCI_VENDOR_ID_ADLINK, PCI9111_HG_DEVICE_ID, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 }, */ - { - 0} +... 13 Jul 2010 13:07
[PATCH] Staging: comedi: Cleanup style issues in adl_pci9111.c
This patch fixes some coding style issues in adl_pci9111.c from checkpatch.pl Signed-off-by: Mark Rankilor <reodge(a)gmail.com> --- drivers/staging/comedi/drivers/adl_pci9111.c | 60 +++++++++++++++----------- 1 files changed, 35 insertions(+), 25 deletions(-) diff --git a/drivers/staging/comedi/drivers/adl_p... 13 Jul 2010 13:07
atlas_btns: fix mixing acpi_status and int for return value
On Tue, Jul 13, 2010 at 05:31:15PM +0800, Axel Lin wrote: To improve readability, this patch fixes mixing acpi_status and int for return value. Signed-off-by: Axel Lin <axel.lin(a)gmail.com> --- drivers/input/misc/atlas_btns.c | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) ... 13 Jul 2010 13:07
2.6.35-rc5 seems hangs at "[drm] Loading REDWOOD Microcode"
Hi. I gave 2.6.35 a try and the last message I see before the boot process seems to hang is something like: "[drm] Loading REDWOOD Microcode" I seem to have the microcode installed: $ ll /lib/firmware/radeon/RED* -rw-r--r--. 1 root root 5504 9. Apr 01:53 /lib/firmware/radeon/REDWOOD_me.bin -rw-r--r--. 1 roo... 13 Jul 2010 14:13
[ANNOUNCE] 2.6.33.6-rt26
We are pleased to announce the next update to our new preempt-rt series. Changes from 2.6.33.5-rt23 to 2.6.33.5-rt24: 42edbcb: gianfar: Fix TX ring processing on SMP machines faf3581: timer_stats: Convert table_lock to raw_spin_lock 654e404: hvc_console: Fix race between hvc_close and hvc_remove 09fd... 13 Jul 2010 12:00
rt2x00: slow wifi with correct basic rate bitmap (was Re: stable? quality assurance?)
On Tue, Jul 13, 2010 at 02:50:14PM +0200, Stefan Richter wrote: Alejandro Riveira Fern�ndez wrote: I for one stopped booting into -rc kernels. The fact that still have to patch my kernels with a *one* liner since 2.6.29 kernel [1] does not give me confidence on the "test report/bisect and it ... 13 Jul 2010 15:20
[RESEND][RFC][PATCH] fsnotify: track all events on filesystem
(Resending, this time with fsnotify maintainer cc'ed) This patch allows notification groups to get events on the entire filesystem, not just on registered inodes. I want to use it for a notification group that tracks all changes to the filesystem in order to do faster backups. Is this a good or bad idea? ... 13 Jul 2010 12:00
[PATCH] ext2: return -ENODATA for NULL i_file_acl in ext2_xattr_list
Sorry, I noticed the format is changed by my client in the former patch. Please check this one. Signed-off-by: Wang Sheng-Hui <crosslonelyover(a)gmail.com> --- fs/ext2/xattr.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/ext2/xattr.c b/fs/ext2/xattr.c index 7c39157..5ecbbd8 100... 13 Jul 2010 12:00
[PATCH|RFC] deadline: don't allow aliased requests to starve others
Hi, In running a test case that tries to trip up the kernel's AIO implementation, we ran into a situation where no other I/O to the device under test would be completed. The test program spawned (in this case) 100 threads, each of which performed the following in a loop: open file O_DIRECT queue 1MB of read ... 13 Jul 2010 12:00
[PATCH]trivial: clear the comment on parameters for ext2_xattr_set
Hi, The comment for ext2_xattr_get is confusing for it has no parameter named "buffer". I checked the code and think the description is suitable for the parameter "value". Following patch is against 2.6.35-rc5. Please check it. Signed-off-by: Wang Sheng-Hui <crosslonelyover(a)gmail.com> --- fs/ext2/xattr.c ... 13 Jul 2010 12:00
First  |  Prev |  Next  |  Last
Pages: 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615