[PATCH] usbip: remove extra whitespace

2011-05-26 Thread Németh Márton
From: Márton Németh Only one whitespace is enough after "return". Signed-off-by: Márton Németh --- diff --git a/drivers/staging/usbip/vhci_sysfs.c b/drivers/staging/usbip/vhci_sysfs.c index d9736f9..ecd52b6 100644 --- a/drivers/staging/usbip/vhci_sysfs.c +++ b/drivers/staging/usbip/vhci_sysfs.

Re: Marvell D2Plug

2011-05-26 Thread Greg KH
On Thu, May 26, 2011 at 06:13:04PM +0300, saeed bishara wrote: > On Thu, May 19, 2011 at 5:55 PM, saeed bishara > wrote: > > On Thu, May 19, 2011 at 5:18 PM, Greg KH wrote: > >> On Thu, May 19, 2011 at 10:13:28AM +0300, saeed bishara wrote: > >>> Hi all, > >>>   unfortunately the D2plugs that we

Animated Movie/TV Series - Cartoon Movie/TV Series - 3D/2D Animation Services

2011-05-26 Thread Louis
You are receiving this email because we wish you to use our 3D/2D Animated Movie/TV Series Services. We are a China based Animated Movie/TV Series Studio. with the technical, our studo is a animation studio with the technical, creative and production capabilities to create a new generation of

Re: Marvell D2Plug

2011-05-26 Thread Peter Hüwe
Am Donnerstag 26 Mai 2011, 17:13:04 schrieb saeed bishara: > - I2C, supported by i2c-mv64xxx. new few features needed. Kostya > already posted patches for it > - Thermal sensor. new driver needed, Marvell's implementation > arch/arm/mach-dove/hwmon.c > - RTC: supported by mv-rtc Hi, I think I cou

Re: Marvell D2Plug

2011-05-26 Thread saeed bishara
On Thu, May 19, 2011 at 5:55 PM, saeed bishara wrote: > On Thu, May 19, 2011 at 5:18 PM, Greg KH wrote: >> On Thu, May 19, 2011 at 10:13:28AM +0300, saeed bishara wrote: >>> Hi all, >>>   unfortunately the D2plugs that we ordered will be available only at >>> end of June :( . >> >> Ok, no rush th

Re: [PATCH 2/4] staging: Remove direct includes of printk.h

2011-05-26 Thread Roland Vossen
On 05/25/2011 07:02 PM, Joe Perches wrote: Make the uses kernel.h instead. Signed-off-by: Joe Perches Acked-by: Roland Vossen ___ devel mailing list devel@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

[PATCH] usbip: remove check for negative values for an unsigned value

2011-05-26 Thread Németh Márton
From: Márton Németh The parameter rhport is unsigned so there is no need checking for negative values. This will remove the following warning message when compiling with "make W=1 ...": drivers/staging/usbip/vhci_sysfs.c: In function ‘valid_args’: drivers/staging/usbip/vhci_sysfs.c:138: war