First  |  Prev |  Next  |  Last
Pages: 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578
[PATCH 11/25] block: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)
From: Peter Huewe <peterhuewe(a)gmx.de> This patch converts pci_table entries, where .subvendor=PCI_ANY_ID and ..subdevice=PCI_ANY_ID, .class=0 and .class_mask=0, to use the PCI_VDEVICE macro, and thus improves readability. Signed-off-by: Peter Huewe <peterhuewe(a)gmx.de> --- drivers/block/sx8.c | 4 ++-- 1 ... 15 Jul 2010 15:24
[PATCH 01/25] ata/ata_piix: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)
From: Peter Huewe <peterhuewe(a)gmx.de> This patch converts pci_table entries, where .subvendor=PCI_ANY_ID and ..subdevice=PCI_ANY_ID, .class=0 and .class_mask=0, to use the PCI_VDEVICE macro, and thus improves readability. Moreover this patch replaces the hardcoded Intel Vendor ID with the corresponding PCI_VEN... 15 Jul 2010 15:24
[PATCH 6/8] xfs: fix unsigned underflow
map_len is unsigned. Checking map_len <= 0 is buggy when it should be below zero. So, check exact expression instead of map_len. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- fs/xfs/xfs_vnodeops.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/xfs/xfs_vnodeops.c b/fs/x... 15 Jul 2010 15:24
[PATCH 1/8] arm/mach-tegra: fix unsigned calcs
divider_u71 is unsigned, so this check is buggy: if (divider_u71 - 2 > 255 || divider_u71 - 2 < 0) If divider_u71 is 0 or 1 both checks are lying. So, it does not produce a buggy answer, but it is confusing. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- arch/arm/mach-tegra/tegra2_clocks.c | 2 +- ... 15 Jul 2010 15:24
[PATCH 02/25] cpufreq: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)
From: Peter Huewe <peterhuewe(a)gmx.de> This patch converts pci_table entries, where .subvendor=PCI_ANY_ID and ..subdevice=PCI_ANY_ID, .class=0 and .class_mask=0, to use the PCI_VDEVICE macro, and thus improves readability. Signed-off-by: Peter Huewe <peterhuewe(a)gmx.de> --- arch/x86/kernel/cpu/cpufreq/gx-suspm... 15 Jul 2010 15:24
[PATCH 2/8] touchscreen: fix sign bug
platform_get_irq_byname() can return negative results, it is not seen to unsigned ts_irq. Make it signed. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- drivers/input/touchscreen/stmpe-ts.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/input/touchscreen/stmpe-ts.c b... 15 Jul 2010 15:24
[PATCH 5/5] v2 Enable multiple sections per directory for ppc
Update the powerpc/pseries code to initialize the memory sysfs directory block size to be the same size as a LMB. Signed-off-by; Nathan Fontenot <nfont(a)austin.ibm.ocm> --- arch/powerpc/platforms/pseries/hotplug-memory.c | 66 +++++++++++++++++++----- 1 file changed, 53 insertions(+), 13 deletions(-) Index... 15 Jul 2010 15:24
[PATCH] edac: mpc85xx: Fix coldplug/hotplug module autoloading
MPC85xx EDAC driver is missing module device aliases, so the driver won't load automatically on boot. This patch fixes the issue by adding proper MODULE_DEVICE_TABLE() macros. Signed-off-by: Anton Vorontsov <avorontsov(a)mvista.com> --- drivers/edac/mpc85xx_edac.c | 3 +++ 1 files changed, 3 insertions(+), 0 ... 15 Jul 2010 15:24
[PATCH 07/25] atm: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)
From: Peter Huewe <peterhuewe(a)gmx.de> This patch converts pci_table entries, where .subvendor=PCI_ANY_ID and ..subdevice=PCI_ANY_ID, .class=0 and .class_mask=0, to use the PCI_VDEVICE macro, and thus improves readability. Signed-off-by: Peter Huewe <peterhuewe(a)gmx.de> --- drivers/atm/he.c | 3 +-- 1 file... 15 Jul 2010 15:24
[PATCH 8/8] sound: asihpi: fix sign bug
bytes_per_sec is unsigned, so if snd_pcm_format_width() return error we would not see it. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- sound/pci/asihpi/asihpi.c | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sound/pci/asihpi/asihpi.c b/sound/pci/asihpi/asihpi.c index ... 15 Jul 2010 15:24
First  |  Prev |  Next  |  Last
Pages: 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578