First  |  Prev |  Next  |  Last
Pages: 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963
[PATCH] HID: Fixing offset errors in bin_attribute read functions of roccat kone
Fixing wrong calculated offsets in bin_attribute read functions. Signed-off-by: Stefan Achatz <erazor_de(a)users.sourceforge.net> --- drivers/hid/hid-roccat-kone.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/hid/hid-roccat-kone.c b/drivers/hid/hid-roccat-kone.c index fcc2... 20 Jun 2010 13:27
Add support for the Ingenic JZ4740 System-on-a-Chip
Thomas Bogendoerfer wrote: On Sun, Jun 20, 2010 at 04:31:26PM +0200, Lars-Peter Clausen wrote: Another issue with naming is that while a component might be similar in JZ4730 and JZ4740 it might be completely different in a different JZ47xx SoC. So naming a driver 'jz47xx_driver' instead of 'jz4740_... 20 Jun 2010 23:19
drivers/media/IR/imon.c: Use pr_err instead of err
On Jun 20, 2010, at 3:20 AM, Joe Perches <joe(a)perches.com> wrote: Use the standard error logging mechanisms. Add #define pr_fmt(fmt) KBUILD_MODNAME ":%s" fmt, __func__ Remove __func__ from err calls, add '\n', rename to pr_err Signed-off-by: Joe Perches <joe(a)perches.com> --- Eh. If we're going to... 20 Jun 2010 14:34
scsi: megaraid_sas - Online Controller Reset - I: Enable Online Controller Reset Bit in register related functions
On Fri, 2010-06-18 at 15:56 -0600, Yang, Bo wrote: Thanks, Yinghai. It is possible James didn't push (patches 5-12) yet. Well, that was because of the compile failure. However, we can't have a sequence of patches that hangs the controller in the middle because, as has already been pointed out, that breaks b... 12 Aug 2010 12:34
Add support for the Ingenic JZ4740 System-on-a-Chip
Thomas Bogendoerfer wrote: On Sat, Jun 19, 2010 at 07:08:05AM +0200, Lars-Peter Clausen wrote: This patch series adds support for the Ingenic JZ4740 System-on-a-Chip. great stuff. I have a JZ4730 based netbook, for which I started magling the provided sources quite some time ago, but I di... 20 Jun 2010 11:15
arch/sh/mm: Eliminate a double lock
On Sun, 20 Jun 2010 13:24:54 +0200 (CEST), Julia Lawall <julia(a)diku.dk> wrote: From: Julia Lawall <julia(a)diku.dk> The function begins and ends with a read_lock. The latter is changed to a read_unlock. I think we've been quite lucky here so far, in that no one takes a write_lock after we've double-read... 21 Jun 2010 00:24
[PATCH 1/3] arch/um/drivers: remove duplicate structure field initialization
From: Julia Lawall <julia(a)diku.dk> There are two initializations of ndo_set_mac_address, one to a local function that is not used otherwise and one to a function that is defined elsewhere. This patch keeps the initialization to the local function. The semantic match that finds this problem is as follows: (htt... 20 Jun 2010 10:11
[PATCH 3/3] drivers/media/dvb/frontends: remove duplicate structure field initialization
From: Julia Lawall <julia(a)diku.dk> The read_status field is initialized twice to the same value. The semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // <smpl> @r@ identifier I, s, fld; position p0,p; expression E; @@ struct I s =@p0 { ... .fld@p = E, ...}; @s@ id... 20 Jun 2010 10:11
[PATCH 2/3] drivers/gpu/drm/i915: remove duplicate structure field initialization
From: Julia Lawall <julia(a)diku.dk> In each case, is_mobile is defined twice to 1. Drop one initialization. The semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // <smpl> @r@ identifier I, s, fld; position p0,p; expression E; @@ struct I s =@p0 { ... .fld@p = E, ...};... 20 Jun 2010 10:11
cifs Fix variable not set warnings
> ... @@ -734,7 +733,6 @@ cifs_lookup(struct inode *parent_dir_inode, struct dentry *direntry, direntry->d_op =&cifs_dentry_ops; d_add(direntry, newInode); if (posix_open) - filp = lookup_instantiate_filp(nd, direntry, NULL); /* since paths are not looked up by component - the paren... 20 Jun 2010 10:11
First  |  Prev |  Next  |  Last
Pages: 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963