[PATCH -next] sound: fix usb build error when PM is not enabled
From: Randy Dunlap <randy.dunlap(a)oracle.com> Fix build errors when CONFIG_PM is not enabled: sound/usb/card.c:629: error: 'usb_audio_suspend' undeclared here (not in a function) sound/usb/card.c:630: error: 'usb_audio_resume' undeclared here (not in a function) Signed-off-by: Randy Dunlap <randy.dunlap(a)oracle... 22 Mar 2010 13:04
stmmac: use resource_size()
Hi Dan Thanks, the patch can also applied against the net-next driver and it's ok. Regards, Giuseppe Dan Carpenter wrote: The size calculation is not correct. It should be end - start + 1. Use resource_size() to calculate it instead. Signed-off-by: Dan Carpenter <error27(a)gmail.com> diff --... 22 Mar 2010 21:48
linux-next: Tree for March 22 (net-sysfs.c)
On 03/21/10 23:19, Stephen Rothwell wrote: Hi all, Changes since 20100319: The net tree lost its build failures. When CONFIG_SYSFS is not enabled: net/core/net-sysfs.c:742: error: implicit declaration of function 'rx_queue_remove_kobjects' net/core/net-sysfs.c:783: error: implicit declarat... 22 Mar 2010 21:48
Winner
File REF No: CGL/74-A0802742009 BATCH No:2009CGL-01 Your email ID have won 891,934.00.pounds on our online monthly promomtion,to claim your prize, contact Mr.Brain Johnson with the following informations given below: Your Full Name, Address, Age, Occupation, Country, Tell Email: camelot_info9(a)ymail.c... 22 Mar 2010 11:52
[patch v3] pcrypt: handle crypto_get_attr_type() errors
I was concerned about the error handling for crypto_get_attr_type() in pcrypt_alloc_aead(). Steffen Klassert pointed out that we could simply avoid calling crypto_get_attr_type() if we passed the type and mask as a parameters. Signed-off-by: Dan Carpenter <error27(a)gmail.com> --- All three versions have basical... 22 Mar 2010 11:52
Updated hid_blacklist, reformatted code and removed unused variable
Am Montag, 22. M�rz 2010 schrieb Jiri Kosina: On Mon, 22 Mar 2010, Stefan Achatz wrote: Updated hid_blacklist[] so that generic driver keeps his hands off. Reformatted code so that definition of kone_driver and kone_devices[] have one initialization per line and closing brace is on extra line. Re... 22 Mar 2010 11:52
staging: winbond: phy_calibration.c Coding style fixes 1/2.
On 2010-03-22 15:29, Dan Carpenter wrote: On Mon, Mar 22, 2010 at 03:17:26PM +0100, Lars Lindley wrote: Whitespace and indentation fixes. Removed "commented away" code and revision comments. Checked with Dan Carpenters strip_whitespace.pl and diff. Compiles fine and .o file is identical before and af... 22 Mar 2010 11:52
[PATCH] Fix key f70f4b50 not in .data in thermal_sys V2
Initialize sysfs attributes before device_create_file call. Signed-off-by: Wolfram Sang <w.sang(a)pengutronix.de> Signed-off-by: Sergey Senozhatsky <sergey.senozhatsky(a)gmail.com> --- diff --git a/drivers/thermal/thermal_sys.c b/drivers/thermal/thermal_sys.c index 5066de5..ecb181d 100644 --- a/drivers/thermal/... 22 Mar 2010 11:51
About source IP address of IGMP Join sent on loopback interface
Hi, I am running igmp daemon(igmp router side) and igmp host on same PC. When the host joins on loopback interface, igmp daemon is expected to receive the join report on loopback interface. Here the join on loopback interface is not going outside the PC(Outside Network). Is it possible to receive join report ... 22 Mar 2010 11:51
x86: use vector_desc instead of vector_irq
On Sun, 21 Mar 2010, Yinghai Lu wrote: Eric pointed out that radix tree version of irq_to_desc will magnify delay on the path of handle_irq. use vector_desc to reduce the calling of irq_to_desc. next step: need to change all ack, mask, umask, eoi for all irq_chip to take irq_desc That's not rel... 22 Mar 2010 10:31