First  |  Prev |  Next  |  Last
Pages: 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828
[PATCH 11/16] staging/otus: 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/hpreg.c | 18 ++++++++---------- 1 files changed, 8 insertions(+), 10 deletions(-) diff --git a/drivers/staging/otus/hal/hpreg.c b/drivers/staging/otus/hal/hpreg.c index da3b774..... 1 Jul 2010 07:45
[PATCH 16/16] drivers/usb/host: 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/... 1 Jul 2010 07:45
[PATCH 15/16] staging/wlags49_h2: use ARRAY_SIZE
Change sizeof(x) / sizeof(*x) to ARRAY_SIZE(x). Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- drivers/staging/wlags49_h2/hcf.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/staging/wlags49_h2/hcf.c b/drivers/staging/wlags49_h2/hcf.c index 390628c..c4fe0ec 100644 -... 1 Jul 2010 07:45
sched: export sched_set/getaffinity to modules
On Thu, 2010-07-01 at 14:07 +0300, Michael S. Tsirkin wrote: Author: Sridhar Samudrala <sri(a)us.ibm.com> sched: export sched_set/getaffinity to modules vhost-net driver wants to copy the affinity from the owner thread to thread it creates. Export sched_set/get affinity to modules to make this poss... 4 Aug 2010 07:04
[PATCH repost] sched: export sched_set/getaffinity to modules
Author: Sridhar Samudrala <sri(a)us.ibm.com> sched: export sched_set/getaffinity to modules vhost-net driver wants to copy the affinity from the owner thread to thread it creates. Export sched_set/get affinity to modules to make this possible when vhost is built as a module. Signed-off-by: Sridhar Samudrala <... 1 Jul 2010 07:45
Report for 2.6.35-rc3-00262-g984bc96
Good morning! A short report on what's broken in 2.6.35-rc3-00262-g984bc96 with the Lenovo X201: == xrandr == After using xrandr several times in xorg, the screen gets "fancy": blue/white/black changing patterns. Getting even more weired when changing to a conosle. The only thing that keeps on working is... 7 Jul 2010 02:34
USB: gadget: mass/file storage: set serial number
On Thu, 01 Jul 2010 11:17:46 +0200, Michal Nazarewicz <m.nazarewicz(a)samsung.com> wrote: This commit adds iSerialNumber to all gadgets that use the Mass Storage Function. It appears that Windows has problems when it is not set. Not to copy the same code all over again, a fsg_string_serial_fill() macro... 20 Jul 2010 12:27
USB: gadget: mass storage: use proper device class in device desc
On Thu, 01 Jul 2010 12:09:48 +0200, David Brownell <david-b(a)pacbell.net> wrote: It works now though ... why change it, and risk causing breakage?? OK. -- Best regards, _ _ | Humble Liege of Serenely Enlightened Majesty of o' \,=./ `o | Computer Science, Micha... 1 Jul 2010 11:05
USB: gadget: mass storage: use proper device class in device desc
--- On Thu, 7/1/10, Michal Nazarewicz <m.nazarewicz(a)samsung.com> wrote: to match the real class and protocol instead of leaving it as per interface. It works now though ... why change it, and risk causing breakage?? Each time I see the device descriptor of the File Storage Gadget I... 1 Jul 2010 06:40
Removing dead CORGI_SSP_DEPRECATED
On Wed, Jun 30, 2010 at 06:01:56PM +0200, Christoph Egger wrote: CORGI_SSP_DEPRECATED doesn't exist in Kconfig, therefore removing all references for it from the source code. Signed-off-by: Christoph Egger <siccegge(a)cs.fau.de> Cant see anything wrong with this. acked-by: Kristoffer Ericson <kristoffe... 4 Jul 2010 12:16
First  |  Prev |  Next  |  Last
Pages: 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828