First  |  Prev |  Next  |  Last
Pages: 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125
regulator: max1586 - fix a memory leak in max1586_pmic_remove()
Axel Lin <axel.lin(a)gmail.com> writes: In max1586_pmic_probe(), we allocate memory for max1586. In max1586_pmic_remove(), current implementation only free rdev which is a member of struct max1586_data. Thus, there is a small memory leak when we unload the module. This patch fixes the memory leak by p... 7 Aug 2010 06:07
[PATCH] alpha: Fix printk format errors
When compiling alpha generic build get errors such as: arch/alpha/kernel/err_marvel.c: In function 'marvel_print_err_cyc': arch/alpha/kernel/err_marvel.c:119: error: format '%ld' expects type 'long int', but argument 6 has type 'u64' Replaced a number of %ld format specifiers with %lld since u64 is unsigned long ... 7 Aug 2010 06:07
[PATCH 2/2] drivers/mtd/ubi: Eliminate update of list_for_each_entry loop cursor
From: Julia Lawall <julia(a)diku.dk> list_for_each_entry uses its first argument to move from one element to the next, so modifying it can break the iteration. The variable re1 is already used within the loop as a temporary variable, and is not live here. The semantic match that finds this problem is as follows:... 7 Aug 2010 06:06
Support For Magiccard's ENDURA Card printer support.
Hi All, I have got Magiccard's ENDURA Card printer, which I am trying to use on linux. Can I get any clues, whether this device is supported by Linux kernel. This Device has the USB interface. If not support, what I have to do to get it working on Linux. Your inputs are invaluable. Thanks, Prabhu ... 10 Aug 2010 20:14
char: moxa: call disable_pci_device() if pci_probe() failed
On Sat, Aug 07, 2010 at 09:22 +0200, Dan Carpenter wrote: On Fri, Aug 06, 2010 at 11:49:10PM +0400, Kulikov Vasiliy wrote: Driver should call disable_pci_device() if it returns from pci_probe() with error. Also it must not be called if pci_request_region() fails as it means that somebody uses device r... 7 Aug 2010 14:44
Fix call to replaced SuperIO functions
On 01/08/10 00:40, Morten Holst Larsen wrote: Fix call to replaced SuperIO functions This patch fixes the failure to compile Alpha Generic because of previously overlooked calls to ns87312_enable_ide(). The function has been replaced by newer SuperIO code. Signed-off-by: Morten H. Larsen<m-larsen@p... 7 Aug 2010 05:03
[PATCH 5/6] lib/list_sort: test: unify test messages
From: Artem Bityutskiy <Artem.Bityutskiy(a)nokia.com> This patch unifies 'list_sort_test()' messages a bit and makes sure all of them start with the "list_sort_test:" prefix to make it obvious for users where the messages come from. Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy(a)nokia.com> --- lib/list_sort... 7 Aug 2010 05:03
[PATCH 1/6] lib/Kconfig.debug: add list_sort debugging switch
From: Artem Bityutskiy <Artem.Bityutskiy(a)nokia.com> Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy(a)nokia.com> --- lib/Kconfig.debug | 9 +++++++++ lib/list_sort.c | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index e722e9d..4d5adde ... 7 Aug 2010 05:03
[PATCH 2/6] lib/list_sort: test: use more reasonable printk levels
From: Artem Bityutskiy <Artem.Bityutskiy(a)nokia.com> I do not see any reason to use KERN_WARN for normal messages and KERN_EMERG for error messages in the lib_sort testing routine. Let's use more reasonable KERN_NORM and KERN_ERR levels. Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy(a)nokia.com> --- lib/lis... 7 Aug 2010 05:03
[PATCH 0/6] improve list_sort test
Hi, while hunting a non-existing bug in 'list_sort()', I've improved the 'list_sort_test()' function which tests the 'list_sort()' library call. Although at the end I found a bug in my code, but not in 'list_sort()', I think my clean-ups and improvements are worth merging because they make the test function bett... 7 Aug 2010 05:03
First  |  Prev |  Next  |  Last
Pages: 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125