ALSA: hda - Add ASRock mobo to MSI blacklist
At Sat, 6 Mar 2010 21:06:46 +0100, Michele Ballabio wrote: This avoids a lockup at boot. Signed-off-by: Michele Ballabio <barra_cuda(a)katamail.com> Applied now. Thanks. Takashi --- sound/pci/hda/hda_intel.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a... 19 Mar 2010 03:49
[PATCH 4/5] staging: et131x: et1310_eeprom: Fix code style issues from checkpatch.pl
This patch fixes 1 error and 2 warnings reported by checkpatch.pl Use of spaces replaced by tabs and one comment block edited to remain within the 80 char guidelines. Signed-off-by: Michael Tate <michael.tate(a)wanadoo.fr> --- drivers/staging/et131x/et1310_eeprom.c | 8 ++++---- 1 files changed, 4 insertions(... 7 Mar 2010 03:07
[PATCH 5/5] staging: et131x: et1310_rx: Fix coding style issues from checkpatch.pl
This patch fixes 14 errors and 1 warning from checkpatch.pl Spaces replaced by tabs (14 errors). Single statement brace style (1 warning). Multiple long lines and other warnings not resolved. Signed-off-by: Michael Tate <michael.tate(a)wanadoo.fr> --- drivers/staging/et131x/et1310_rx.c | 32 ++++++++++++++++---... 7 Mar 2010 03:07
drivercore: Add of_match_table to the common device drivers
Hi Grant, Just a quick note: On Sat, 06 Mar 2010 23:47:00 -0700 Grant Likely <grant.likely(a)secretlab.ca> wrote: diff --git a/drivers/macintosh/macio_asic.c b/drivers/macintosh/macio_asic.c index 67fe13f..a5806ab 100644 --- a/drivers/macintosh/macio_asic.c +++ b/drivers/macintosh/macio_asic.c @@ ... 7 Mar 2010 03:07
Add DocBook documentation for the block tracepoints.
William Cohen wrote: This patch adds a simple description of the various block tracepoints available in the kernel. Signed-off-by: William Cohen <wcohen(a)redhat.com> Thanks. I have just a few nits below then it will be ready IMO. --- Documentation/DocBook/tracepoint.tmpl | 13 +++ include/... 23 Mar 2010 11:17
[PATCH] Bluetooth: fix coding style issue in hci_vhci.c This patch affects hci_vhci.c it fixes some warnings detected by the checkpath.pl tool Signed-off-by: Tiago Henriques <t.a.c.henriques@gmail.com>
From: root <root(a)balganUbuntuVM.(none)> --- drivers/bluetooth/hci_vhci.c | 7 ++----- 1 files changed, 2 insertions(+), 5 deletions(-) diff --git a/drivers/bluetooth/hci_vhci.c b/drivers/bluetooth/hci_vhci.c index bb0aefd..4a5386e 100644 --- a/drivers/bluetooth/hci_vhci.c +++ b/drivers/bluetooth/hci_vhci... 6 Mar 2010 23:54
Boot failure 2.6.33 - 2.6.33-git12 inclusive
Asus Crosshair II motherboard, 4xCPU 8Gig storage fails, the M2N32-SLI 2x CPU, 4 Gig and laptop 2x CPU, 2 Gig have no problems running 2.6.33-git11 - all AMD CPU's. Lockup requiring a hard reset. TCP cubic registered registered taskstats version 1 Kmemleak: kernel memory leak detector initialized Kmemleak: A... 9 Mar 2010 12:20
[PATCH 2/2] Staging: rt2860: Fixed some warnings generated by checkpatch.pl
diff --git a/drivers/staging/rt2860/ap.h b/drivers/staging/rt2860/ap.h index 4f276cb..3fb5ece 100644 --- a/drivers/staging/rt2860/ap.h +++ b/drivers/staging/rt2860/ap.h @@ -36,6 +36,7 @@ Paul Lin 08-01-2002 created James Tan 09-06-2002 modified (Revise NTCRegTable) John Chang 12-22-200... 6 Mar 2010 21:45
UML XFS link error list_sort
Hi Dave While building today's git for CONFIG_UML, I got a link error (list_sort undefined) for xfs.ko. Currently I am working around it with the below hack. Not sure the right thing to do would be some where at the arch level for UML or if the below would be appropriate. Parag diff --git a/fs/xfs/Mak... 7 Mar 2010 05:16
[PATCH 1/2] Staging: Fix two warnings that lines run over eighty characters.
This patch cleans up the file drivers/staging/rt2860/ap.h by removing the warnings generated by checkpatch.pl that stated two lines run over the 80 character limit. Signed-off-by: Neil Munro <neilmunro(a)gmail.com> --- drivers/staging/rt2860/ap.h | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) d... 6 Mar 2010 21:45