First  |  Prev |  Next  |  Last
Pages: 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882
[PATCH 05/16] trivial: use ARRAY_SIZE
Change sizeof(x) / sizeof(*x) to ARRAY_SIZE(x). Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- drivers/gpu/drm/i915/intel_tv.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_tv.c b/drivers/gpu/drm/i915/intel_tv.c index 6d553c2..d2d4e40 100644 --- ... 28 Jun 2010 08:24
[PATCH 07/16] trivial: use ARRAY_SIZE
Change sizeof(x) / sizeof(*x) to ARRAY_SIZE(x). Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- drivers/scsi/bfa/bfa_fcs.c | 10 ++++------ 1 files changed, 4 insertions(+), 6 deletions(-) diff --git a/drivers/scsi/bfa/bfa_fcs.c b/drivers/scsi/bfa/bfa_fcs.c index 3516172..153cb2a 100644 --- a/drive... 28 Jun 2010 08:24
[PATCH 16/16] trivial: use ARRAY_SIZE
Change sizeof(x) / sizeof(*x) to ARRAY_SIZE(x). Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- drivers/usb/host/xhci-mem.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/usb/host/xhci-mem.c b/drivers/usb/host/xhci-mem.c index fd9e03a..1fcef80 100644 --- a/drivers/... 28 Jun 2010 08:24
[PATCH 10/16] trivial: use ARRAY_SIZE
Change sizeof(x) / sizeof(*x) to ARRAY_SIZE(x). Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- drivers/staging/otus/hal/hpmain.c | 28 ++++++++++------------------ 1 files changed, 10 insertions(+), 18 deletions(-) diff --git a/drivers/staging/otus/hal/hpmain.c b/drivers/staging/otus/hal/hpmain.c i... 28 Jun 2010 08:24
[PATCH 06/16] trivial: use ARRAY_SIZE
Change sizeof(x) / sizeof(*x) to ARRAY_SIZE(x). Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- drivers/scsi/bfa/bfa_core.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/scsi/bfa/bfa_core.c b/drivers/scsi/bfa/bfa_core.c index 3a7b3f8..d845506 100644 --- a/drivers/sc... 28 Jun 2010 08:24
Bluetooth: hidp: Add support for hidraw HIDIOCGFEATURE and HIDIOCSFEATURE
On Sun, 13 Jun 2010 18:20:01 -0400 Alan Ott <alan(a)signal11.us> wrote: This patch adds support or getting and setting feature reports for bluetooth HID devices from HIDRAW. Signed-off-by: Alan Ott <alan(a)signal11.us> --- Ping. net/bluetooth/hidp/core.c | 121 ++++++++++++++++++++++++++++++++++... 8 Jul 2010 18:06
[patch] btrfs: make code reachable in btrfs_insert_some_items()
The break was in front of the "nr = i" assignment so that was never hit. Signed-off-by: Dan Carpenter <error27(a)gmail.com> diff --git a/fs/btrfs/ctree.c b/fs/btrfs/ctree.c index 0d1d966..ceb8ad2 100644 --- a/fs/btrfs/ctree.c +++ b/fs/btrfs/ctree.c @@ -3453,8 +3453,8 @@ int btrfs_insert_some_items(struct btrfs_... 28 Jun 2010 08:24
block: unify flags for struct bio and struct request will kernel panic
Dear Christoph, As subject, I revert the patch, seems boot is normal, but apply the patch, kernel will panic on scsi_setup_fs_cmnd, could you can check this? bcoz I check long time, no found why kernel will panic. http://git.kernel.org/?p=linux%2Fkernel%2Fgit%2Fnext%2Flinux-next.git;a=commitdiff_plain;h=74450... 28 Jun 2010 07:19
ASoC: DaVinci: Added support for cpu clocking I2S
On Mon, Jun 28, 2010 at 08:44:46AM +0200, Raffaele Recalcati wrote: From: Raffaele Recalcati <raffaele.recalcati(a)bticino.it> It's still very hard to understand what this patch is supposed to do. As previously mentioned this would probably be a lot clearer if you split this into multiple patches, for example one... 30 Jun 2010 11:59
staging: slicoss: Change return codes to -EYYY.
On Sun, Jun 27, 2010 at 5:20 PM, Kulikov Vasiliy <segooon(a)gmail.com> wrote: Change defined STATUS_XXX return codes to standard -EYYY. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- �drivers/staging/slicoss/slicoss.c | � 52 ++++++++++++++++++------------------ �1 files changed, 26 insertions(+)... 30 Jun 2010 09:46
First  |  Prev |  Next  |  Last
Pages: 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882