[patch] backlight: backlight_device_register() return ERR_PTR()
backlight_device_register() returns a valid pointer or ERR_PTR() never NULL. Signed-off-by: Dan Carpenter <error27(a)gmail.com> diff --git a/drivers/video/backlight/adx_bl.c b/drivers/video/backlight/adx_bl.c index b0624b9..c02b851 100644 --- a/drivers/video/backlight/adx_bl.c +++ b/drivers/video/backlight/adx... 20 Mar 2010 07:24
fix KFIFO_INIT in include/linux/kfifo.h
include/linux/kfifo.h first defines and then undefines __kfifo_initializer which is used by INIT_KFIFO (which is also a macro, so building a module which uses INIT_KFIFO will fail). Signed-off-by: David H�rdeman <david(a)hardeman.nu> Acked-by: Stefani Seibold <stefani(a)seibold.net> CC: stable(a)kernel.org CC: stefan... 20 Mar 2010 07:24
[PATCH] intel-iommu: don't call domain_exit if can not attach with iommu
found when a lot of ixgbevf are used with intel iommu, will get crash eth304 ip=192.171.178.102 mac=56:95:16:88:4C:C1 pci=0000:0e:18.3 drv=ixgbevf eth305 ip=192.171.179.102 mac=D6:41:8C:4A:87:B3 pci=0000:0e:18.5 drv=ixgbevf [ 9534.886519] BUG: unable to handle kernel NULL pointer dereference at 000000... 20 Mar 2010 07:24
MTD: Fix Orion NAND driver compilation with ARM OABI
On Sat, 2010-03-20 at 10:55 +0200, Paulius Zaleckas wrote: We must tell GCC to use even register for variable passed to ldrd instruction. Without this patch GCC 4.2.1 puts this variable to r2/r3 on EABI and r3/r4 on OABI, so force it to r2/r3. This does not change anything when EABI and OABI compilation ... 24 Apr 2010 09:25
[RFC] Yet another (third) dt3155 driver PCI/video4linux compliant
Hi Scott, Greg, all, Here you will find a link to the source code for a dt3155 driver rewritten to be PCI/video4linux compliant. http://lfb.issp.bas.bg/~mitov/linux/dt3155v4l/ It works with xawtv (if the window is bigger than the acquired image). See http://lfb.issp.bas.bg/~mitov/linux/dt3155v4l/00READM... 20 Mar 2010 06:16
[PATCH] fix KFIFO_INIT in include/linux/kfifo.h
include/linux/kfifo.h first defines and then undefines __kfifo_initializer which is used by INIT_KFIFO (which is also a macro, so building a module which uses INIT_KFIFO will fail). Signed-off-by: David H�rdeman <david(a)hardeman.nu> CC: stable(a)kernel.org CC: stefani(a)seibold.net --- include/linux/kfifo.h | 2... 20 Mar 2010 05:10
2.6.34-rc2: xen DomU not booting
Hi there, again a bit late in the game, I tried to upgrade one of my DomUs from 2.6.33 to 2.6.34-git (tried -rc1 yesterday, pulled again today, so I'm on -rc2 now): ------ dom0# xm create sid.cfg -c Using config file "/etc/xen/sid.cfg". Started domain sid ------ Then it just "hangs" there: it won't r... 20 Mar 2010 07:24
Wireless: Make cfg80211_dev_rename() check sscanf return value in net/wireless/core.c
On Sat, 2010-03-20 at 12:53 +0800, wzt.wzt(a)gmail.com wrote: Make cfg80211_dev_rename() check sscanf return value. Signed-off-by: Zhitong Wang <zhitong.wangzt(a)alibaba-inc.com> --- net/wireless/core.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/net/wireless/co... 20 Mar 2010 04:06
Won £450,000.00 Reply to (fred_brownn2009@hotmail.com)
Congratulations as your email won the sum �450,000.00 in our MonthlyYahoo/WindowLive Award for the year 2010. To file your claims, contact Agent: Barr. Fred Brown E-mail: fred_brownn2009(a)hotmail.com<mailto:fred_brownn2009(a)hotmail.com> Tell:(+44)701-114-6747 -- To unsubscribe from this list: send the line "unsub... 20 Mar 2010 03:00
[PATCH 3/3] Staging: hv: NetVsc.c: Fixed a spacing issue
Fixed spacing issues in 2 pointers. Signed-off-by: Vikram Dhillon <opensolarisdev(a)gmail.com> --- drivers/staging/hv/NetVsc.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/hv/NetVsc.c b/drivers/staging/hv/NetVsc.c index 1c717f9..e57b70f 100644 --- a/drivers/stag... 20 Mar 2010 03:00