First  |  Prev |  Next  |  Last
Pages: 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944
checkpatch.pl: Add check for space after struct or union definition
On Thu, Jun 17, 2010 at 02:57:04AM -0700, Joe Perches wrote: Signed-off-by: Joe Perches <joe(a)perches.com> --- scripts/checkpatch.pl | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index bd88f11..59084fe 100755 --- ... 22 Jun 2010 07:11
[PATCH] RTC/m48t86: patch for use rtc_valid_tm to check returning tm.
This patch is to use rtc_valid_tm for checking returning struct rtc_time *tm, it can avoid returning wrong tm value. Signed-off-by: Wan ZongShun <mcuos.com(a)gmail.com> --- drivers/rtc/rtc-m48t86.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/rtc/rtc-m48t86.c b/drivers/rt... 22 Jun 2010 07:11
[PATCH] RTC/m48t59: use rtc_valid_tm to check returning tm for m48t59
This patch is to use rtc_valid_tm for checking returning struct rtc_time *tm, it can avoid returning wrong tm value. Signed-off-by: Wan ZongShun <mcuos.com(a)gmail.com> --- drivers/rtc/rtc-m48t59.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/rtc/rtc-m48t59.c b/drivers/rt... 22 Jun 2010 06:05
RTC/max6900: use rtc_valid_tm to check returning tm for max6900
Signed-off-by: Wan ZongShun <mcuos.com(a)gmail.com> Use rtc_valid_tm to check returning tm for max6900, it can avoid returning wrong tm value. ---  drivers/rtc/rtc-max6900.c |    2 +-  1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/rtc/rtc-max6900.c b/drivers/rtc/rtc-max6900.... 22 Jun 2010 06:05
firewire: core: no need to track irq flags in bm_work
On Mon, Jun 21, 2010 at 11:23:52PM +0200, Stefan Richter wrote: This is a workqueue job and always entered with IRQs enabled. did you mean 'disabled' ? Philippe Signed-off-by: Stefan Richter <stefanr(a)s5r6.in-berlin.de> --- drivers/firewire/core-card.c | 15 +++++++-------- 1 file changed, ... 22 Jun 2010 11:34
[RFC] [PATCH] BMP085 update
Updates for the BMP085 pressure sensor - Optimizing the wait time for the pressure sensor - Definition of long is arch dependent so making it u32. Signed-off-by: Shubhrajyoti D <shubhrajyoti(a)ti.com> --- drivers/misc/bmp085.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/... 22 Jun 2010 06:05
[PATCH] RTC/max6900: use rtc_valid_tm to check returning tm for max6900
Use rtc_valid_tm to check returning tm for max6900, it can avoid returning wrong tm value. --- drivers/rtc/rtc-max6900.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/rtc/rtc-max6900.c b/drivers/rtc/rtc-max6900.c index a4f6665..486142c 100644 --- a/drivers/rtc/rtc-max6900.c ... 22 Jun 2010 06:05
[PATCH] kmemleak: config-options: Default buffer size for kmemleak
If we try to find the memory leaks in kernel that is compiled with 'make defconfig', the default buffer size of DEBUG_KMEMLEAK_EARLY_LOG_SIZE seem to be inadequate. Change the buffer size from 400 to 1000, which is sufficient for most cases. Signed-off-by: Sankar P <sankar.curiosity(a)gmail.com> --- Thanks t... 22 Jun 2010 05:00
gspca for_2.6.36
On Mon, 21 Jun 2010 22:23:21 -0300 Mauro Carvalho Chehab <mchehab(a)redhat.com> wrote: Jean-François Moine (15): gspca - JPEG subdrivers: Don't allocate the JPEG header. gspca - stk014: Change the min and default values of the JPEG quality. gspca - zc3xx: Change the max and default JPEG... 26 Jun 2010 09:43
[PATCH] mmc: only set blockaddressed for > 2GiB cards
From: Hanumath Prasad <hanumath.prasad(a)stericsson.com> A non-zero value of SEC_COUNT does not indicate that the card is sector addressed. According to the MMC specification, cards with a density greater than 2GiB are sector addressed. Acked-by: Linus Walleij <linus.walleij(a)stericsson.com> Signed-off-by: Hanum... 22 Jun 2010 05:00
First  |  Prev |  Next  |  Last
Pages: 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944